Skip to content

Commit

Permalink
attempt fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosss committed Oct 17, 2024
1 parent e8f0b94 commit 8bdb791
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.12"

- name: Download artifacts
uses: actions/download-artifact@v4
Expand All @@ -47,11 +47,14 @@ jobs:
path: dist
merge-multiple: true

- name: LS
run: ls -laR

- name: Install wheel
run: pip install wheel

- name: Install locally
run: pip install dist/swisspair-*.whl
run: pip install dist/swisspair*cp312*manylinux*x86_64*.whl[test]

- name: Run tests
run: pytest

0 comments on commit 8bdb791

Please sign in to comment.