Skip to content

Commit

Permalink
adapt github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Quoika committed Feb 2, 2024
1 parent 7b388a8 commit 1ed887e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: sudo apt-get install -y libfftw3-dev && pip install Cython

- name: Build
run: pip install .
run: pip install -r requirements.txt; pip install .
working-directory: ${{ env.working-directory }}

#TODO: Run Tests

0 comments on commit 1ed887e

Please sign in to comment.