We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483b01b commit 842a264Copy full SHA for 842a264
.github/workflows/pull-request.yml
@@ -32,7 +32,7 @@ jobs:
32
supported-reqs:
33
34
name: 'Supported scripts/requirements.txt'
35
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.10
36
37
steps:
38
- uses: actions/checkout@v3
@@ -81,7 +81,7 @@ jobs:
81
82
deploy:
83
needs: supported-reqs
84
85
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
86
87
# download the build result from the same workflow
@@ -102,7 +102,7 @@ jobs:
102
103
lax:
104
name: "PIP_IGNORE_INSTALLED=0 requirements-lax.txt"
105
106
# Makefile downgrades the Sphinx warnings, they are not errors any more
107
env: {LAX: 1}
108
0 commit comments