Skip to content

Commit

Permalink
try building
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Jul 23, 2024
1 parent 92fb18c commit e269aff
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,17 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Check CUDA installation
run: |
nvcc -V

- name: Build and install packages
run: |
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip list
pip install -U setuptools setuptools_scm
pip install .[examples]
python -m build .
tar tf dist/optimum_quanto-0.2.3.dev0.tar.gz
pip dist/optimum_quanto-0.2.3.dev0.tar.gz
# Run examples
- name: Run Dummy example
run: |
. .venv/bin/activate
pip show -f optimum-quanto
python examples/check_extension_compiled.py

0 comments on commit e269aff

Please sign in to comment.