Skip to content

Commit

Permalink
Modifications to workflows and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stammler committed Feb 8, 2024
1 parent 8dd0b8e commit d31a03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yml
Expand Up @@ -30,7 +30,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r requirements.txt
pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -2,4 +2,5 @@ dill
h5py
matplotlib
numpy
scipy
scipy
.

0 comments on commit d31a03e

Please sign in to comment.