Skip to content

Commit

Permalink
🧪 Use bash @ CI to determine a compatible wheel
Browse files Browse the repository at this point in the history
This didn't work on Windows, now it does.
  • Loading branch information
webknjaz committed Nov 20, 2023
1 parent 67589bb commit ceaad70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
--quiet
| jq --raw-output .install[].download_info.url
| tee -a "${GITHUB_OUTPUT}"
shell: bash
- name: Self-install
run: python -Im pip install '${{ steps.wheel-file.outputs.path }}'
- name: Run unittests
Expand Down

0 comments on commit ceaad70

Please sign in to comment.