Skip to content

Commit

Permalink
cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 22, 2024
1 parent 64c46f4 commit 164066d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: pre-test-${{ github.ref }}
cancel-in-progress: true

jobs:
download_data:
name: Download test data
Expand Down Expand Up @@ -130,7 +134,7 @@ jobs:
run: pip install uv
- name: Compile PyInstaller requirements
run: |
uv pip compile --upgrade -o requirements.txt pyproject.toml requirements/pre_test_problematic_version.txt --extra pyinstaller --prerelease allow
uv pip compile --prerelease allow --python-version 3.12 --upgrade -o requirements.txt pyproject.toml requirements/pre_test_problematic_version.txt --extra pyinstaller
- name: Install dependencies
run: |
uv venv --python-version 3.12 requirements.txt
Expand Down

0 comments on commit 164066d

Please sign in to comment.