Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Why the $%#^ is pip so broken on ubuntu?
  • Loading branch information
RhetTbull authored Aug 30, 2024
1 parent e743697 commit b249dfd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [macos-14, ubuntu-latest]
# os: [macos-14]
# remove ubuntu runner for now because pip is broken on ubuntu
# with error pip._vendor.packaging.version.InvalidVersion: Invalid version: '6.5.0-1025-azure'
# and I don't have time to try to fix this
# os: [macos-14, ubuntu-latest]
os: [macos-14]
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b249dfd

Please sign in to comment.