Skip to content

Commit

Permalink
fix wheel pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Dec 9, 2023
1 parent 5a37e0b commit 854a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Install lensfunpy from wheel
run: |
pip install dist/lensfunpy*cp310-manylinux*.whl
pip install dist/lensfunpy*cp310*manylinux*x86_64*.whl
pip install -r dev-requirements.txt
- name: Build docs
Expand Down

0 comments on commit 854a08f

Please sign in to comment.