Skip to content

Commit

Permalink
setup-uv@5
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 27, 2025
1 parent e234d66 commit afb0ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
bzip2 -d libopenh264-${{ env.OPENH264_VERSION }}-linux64.7.so.bz2
mv libopenh264-${{ env.OPENH264_VERSION }}-linux64.7.so libopenh264.so
echo "OPENH264_PATH=$(pwd)/libopenh264.so" >> $GITHUB_ENV
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
- run: uv python pin ${{ matrix.python_version }}
- run: uv sync
- run: uv run pytest -s
Expand All @@ -62,7 +62,7 @@ jobs:
bzip2 -d libopenh264-${{ env.OPENH264_VERSION }}-linux-arm64.7.so.bz2
mv libopenh264-${{ env.OPENH264_VERSION }}-linux-arm64.7.so libopenh264.so
echo "OPENH264_PATH=$(pwd)/libopenh264.so" >> $GITHUB_ENV
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
- run: uv python pin ${{ matrix.python_version }}
- run: uv sync
- run: uv run pytest -s
Expand All @@ -85,7 +85,7 @@ jobs:
bzip2 -d libopenh264-${{ env.OPENH264_VERSION }}-mac-arm64.dylib.bz2
mv libopenh264-${{ env.OPENH264_VERSION }}-mac-arm64.dylib libopenh264.dylib
echo "OPENH264_PATH=$(pwd)/libopenh264.dylib" >> $GITHUB_ENV
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
- run: uv python pin ${{ matrix.python_version }}
- run: uv sync
- run: uv run pytest -s
Expand All @@ -111,7 +111,7 @@ jobs:
7z e openh264-${{ env.OPENH264_VERSION }}-win64.dll.bz2
Rename-Item -Path "openh264-${{ env.OPENH264_VERSION }}-win64.dll" -NewName "libopenh264.dll"
echo "OPENH264_PATH=$PWD\libopenh264.dll" >> $env:GITHUB_ENV
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
- run: uv python pin ${{ matrix.python_version }}
- run: uv sync
- run: uv run pytest -s
Expand Down

0 comments on commit afb0ac5

Please # to comment.