We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106cca5 commit 3c13230Copy full SHA for 3c13230
.github/workflows/basic.yml
@@ -88,7 +88,7 @@ jobs:
88
env:
89
REFERENCE_BRANCH: ${{ github['base_ref'] || github['head_ref'] }}
90
91
- check-py39:
+ check-py314:
92
runs-on: ubuntu-latest
93
if: github.event_name != 'push' || github.repository == 'DIRACGrid/DIRAC'
94
timeout-minutes: 30
@@ -111,9 +111,9 @@ jobs:
111
- uses: actions/checkout@v4
112
- name: Fail-fast for outdated pipelines
113
run: .github/workflows/fail-fast.sh
114
- - name: fix python3.9
+ - name: fix python3.14
115
run: |
116
- sed -i "s/python =3.11/python =3.9/g" environment.yml
+ sed -i "s/python =3.11/python =3.14/g" environment.yml
117
- uses: conda-incubator/setup-miniconda@v3
118
with:
119
environment-file: environment.yml
0 commit comments