Skip to content

Commit

Permalink
fix uv arguments (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Apr 21, 2024
1 parent 1b7e71a commit e7bce5b
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 @@ -25,7 +25,7 @@ jobs:
artifact_name: linux-${{ matrix.build.arch }}-${{ matrix.build.type }}.tar.zst
python_url: 'https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64_v3-unknown-linux-gnu-install_only.tar.gz'
uv_url: 'https://github.com/astral-sh/uv/releases/download/0.1.35/uv-x86_64-unknown-linux-gnu.tar.gz'
requirements: ${{ matrix.build.uv_args }} requirements.${{ matrix.build.type }}.txt
requirements: requirements.${{ matrix.build.type }}.txt ${{ matrix.build.uv_args }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
artifact_name: win32-${{ matrix.build.arch }}-${{ matrix.build.type }}.tar.zst
python_url: 'https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-pc-windows-msvc-install_only.tar.gz'
uv_url: 'https://github.com/astral-sh/uv/releases/download/0.1.35/uv-x86_64-pc-windows-msvc.zip'
requirements: ${{ matrix.build.uv_args }} requirements.${{ matrix.build.type }}.txt
requirements: requirements.${{ matrix.build.type }}.txt ${{ matrix.build.uv_args }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e7bce5b

Please sign in to comment.