From ca00d14c95b8e71c9a519c984888e567df22d4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Thu, 26 Sep 2024 11:59:44 +0200 Subject: [PATCH] Add python version in jobs --- .github/workflows/fetch_filter_resources.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fetch_filter_resources.yaml b/.github/workflows/fetch_filter_resources.yaml index 51a81aa7..6059947a 100644 --- a/.github/workflows/fetch_filter_resources.yaml +++ b/.github/workflows/fetch_filter_resources.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: '3.11' - name: Install requirement run: | python -m pip install -r requirements.txt @@ -42,7 +42,6 @@ jobs: strategy: #max-parallel: 1 #need to run one after another, since otherwise there is a chance, that mulitple jobs want to push to the results branch at the same time (which fails due to merge) matrix: - python-version: [3.11] subset: - repositories01.list - repositories02.list @@ -53,7 +52,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: '3.11' - name: Install requirement run: python -m pip install -r requirements.txt - name: Download available servers @@ -80,7 +79,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: '3.11' - name: Install requirement run: | python -m pip install -r requirements.txt