Skip to content

Commit

Permalink
ci: skip lab and integration, drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed Dec 27, 2024
1 parent e7d065e commit 4c13816
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- run: make nox session=unit
lab:
runs-on: Linux
steps:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- run: make nox session=lab
docs:
runs-on: Linux
steps:
Expand All @@ -45,12 +39,6 @@ jobs:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- run: make nox session=neutron
integration:
runs-on: Linux
steps:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- run: make nox session=integration
minimal:
runs-on: Linux
steps:
Expand All @@ -61,7 +49,7 @@ jobs:
runs-on: Fedora
strategy:
matrix:
python: [python3.8, python3.9, python3.10, python3.11, python3.12]
python: [python3.9, python3.10, python3.11, python3.12]
steps:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4c13816

Please sign in to comment.