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 74bec74 commit b19f452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Install dependencies
run: |
conda install -c conda-forge pytest pytest-cov
conda install -c conda-forge pyfftw
python -m pip install --upgrade pip
pip install pytest-cov setuptools
pip install setuptools
pip install -r requirements.txt
pip install -e .
- name: Unit tests
Expand Down

0 comments on commit b19f452

Please sign in to comment.