Skip to content

Commit

Permalink
Move friend projects to own job
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 28, 2024
1 parent ad11bdf commit 63f6801
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
# friend projects below to the latest one
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
friend-projects: [false]
include:
- {os: ubuntu-latest, python-version: "3.13", friend-projects: true}
exclude:
# TODO Add Windows when regex wheel available for 3.13
- {os: windows-latest, python-version: "3.13"}
Expand All @@ -42,7 +45,7 @@ jobs:
pip install -U tox
- name: Download more tests from friend projects
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
if: matrix.friend-projects == true
run: sh download-more-tests.sh
- name: Tox tests
run: |
Expand Down

0 comments on commit 63f6801

Please sign in to comment.