Skip to content

Commit

Permalink
Attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Apr 29, 2024
1 parent cf0bff1 commit 27bd0ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:

- name: Install dependencies
run: |
conda config --env --append channels conda-forge
conda env update --file requirements.txt --name base
conda install pytest-cov
conda install -c conda-forge pytest pytest-cov
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: Unit tests
run: |
Expand Down

0 comments on commit 27bd0ce

Please sign in to comment.