Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent 225df08 commit f77f449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m build
- name: Install
run: |
python -m pip install `ls dist/pfft-python*.whl`
python -m pip install `ls dist/pfft_python*.whl`
- name: Unit tests
run: |
python ./runtests.py --mpirun="mpirun -np 4"
Expand Down

0 comments on commit f77f449

Please sign in to comment.