Skip to content

Commit d171c96

Browse files
committed
3.11
1 parent fdbc101 commit d171c96

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.10', '3.11']
19+
python-version: ['3.11']
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -46,14 +46,14 @@ jobs:
4646
- name: Set Poetry to use in-project venvs
4747
run: poetry config virtualenvs.in-project true
4848

49-
- name: Cache Poetry virtualenv (filenameprocessor)
50-
if: matrix.python-version == '3.10'
51-
uses: actions/cache@v4
52-
with:
53-
path: ./filenameprocessor/.venv
54-
key: ${{ runner.os }}-venv-fp-py3.10-${{ hashFiles('filenameprocessor/poetry.lock') }}
55-
restore-keys: |
56-
${{ runner.os }}-venv-fp-py3.10-
49+
# - name: Cache Poetry virtualenv (filenameprocessor)
50+
# if: matrix.python-version == '3.10'
51+
# uses: actions/cache@v4
52+
# with:
53+
# path: ./filenameprocessor/.venv
54+
# key: ${{ runner.os }}-venv-fp-py3.10-${{ hashFiles('filenameprocessor/poetry.lock') }}
55+
# restore-keys: |
56+
# ${{ runner.os }}-venv-fp-py3.10-
5757

5858
- name: Cache Poetry virtualenv (delta_backend)
5959
if: matrix.python-version == '3.11'
@@ -64,12 +64,12 @@ jobs:
6464
restore-keys: |
6565
${{ runner.os }}-venv-delta-py3.11-
6666
67-
- name: Run unittest with filenameprocessor-coverage (S)
68-
if: matrix.python-version == '3.10'
69-
working-directory: filenameprocessor
70-
id: filenameprocessor
71-
continue-on-error: true
72-
run: $RUN_TEST 3.10 filenameprocessor filenameprocessor-coverage.xml
67+
# - name: Run unittest with filenameprocessor-coverage (S)
68+
# if: matrix.python-version == '3.10'
69+
# working-directory: filenameprocessor
70+
# id: filenameprocessor
71+
# continue-on-error: true
72+
# run: $RUN_TEST 3.10 filenameprocessor filenameprocessor-coverage.xml
7373

7474
- name: Run unittest with coverage-delta
7575
if: matrix.python-version == '3.11'

0 commit comments

Comments
 (0)