Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstn committed Oct 15, 2024
1 parent d0461b0 commit 4233594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
- name: Download Python Wheels
uses: actions/download-artifact@v4
with:
pattern: python-wheels*
name: python-wheels-ubuntu-latest-3.11

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11

- name: Install Wheels
run: ls -la && pip install natsort_rs-*-cp311-cp311-manylinux_*_x86_64.whl
run: ls -la && pip install python-wheels-ubuntu-latest-3.11/natsort_rs-*.whl

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 4233594

Please sign in to comment.