Skip to content

Commit

Permalink
CI: always update pip
Browse files Browse the repository at this point in the history
also disable fail-fast in windows
  • Loading branch information
naveen521kk committed Oct 14, 2023
1 parent 83d5bf6 commit 2f89d76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
name: ${{matrix.os}} - ${{matrix.python-version}}
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [windows-2022]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
Expand All @@ -97,6 +98,7 @@ jobs:
echo "$env:Path" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Test x64
run: |
python -m pip install -U pip
pip install -U setuptools wheel
$env:PKG_CONFIG_PATH="C:\cibw\vendor\lib\pkgconfig"
pip install -r requirements-dev.txt
Expand All @@ -118,6 +120,7 @@ jobs:
python packing/download_dlls.py
- name: Build x86 Build
run: |
python -m pip install -U pip
$env:PATH="$env:PATH;C:\cibw\vendor\pkg-config\bin;C:\cibw\vendor\bin"
$env:PKG_CONFIG_PATH="C:\cibw\vendor\lib\pkgconfig"
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 2f89d76

Please sign in to comment.