Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiSpel authored Aug 26, 2024
1 parent e4b411e commit d67640b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
- name: Test setuptools import
shell: bash {0}
run: |
conda activate test
python -c "import os; print(os.environ); import numpy as np; from setuptools import setup"
- name: Install package
shell: bash {0}
run: |
conda activate test
python setup.py install
- name: Unit tests with pytest
shell: bash {0}
Expand Down

0 comments on commit d67640b

Please sign in to comment.