Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 7, 2024
1 parent b957cf3 commit 5116ad9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,16 @@ jobs:
which pip
which python
conda list
- name: Install base package and run tests
shell: bash -l {0}
run: |
pip install -e .[testing] --no-deps
pytest # run only basic tests, see setup.cfg
- name: Export Environment
shell: bash -l {0}
run: |
mkdir -p artifacts
filename=env_py${{ matrix.python-version }}_${{ matrix.os }}.yml
conda env export --no-builds | grep -v "prefix" > artifacts/$filename
- name: Install package and test
- name: Install base package and run tests
shell: bash -l {0}
run: |
pip install -e .
pip install -e .[testing] --no-deps
pytest
- name: Upload Coverage
shell: bash -l {0}
Expand Down

0 comments on commit 5116ad9

Please sign in to comment.