Skip to content

Commit 7fb1910

Browse files
committed
ci: remove additional python setup
1 parent f33ca91 commit 7fb1910

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
tests-chunk: [acquisition, circulation, document_requests, ill, ils]
34-
python-version: [3.9]
34+
python-version: [3.9, 3.12]
3535
requirements-level: [pypi]
3636
db-service: [postgresql14]
3737
search-service: [opensearch2]
@@ -50,13 +50,6 @@ jobs:
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

53-
- name: Set up Python ${{ matrix.python-version }}
54-
uses: actions/setup-python@v5
55-
with:
56-
python-version: ${{ matrix.python-version }}
57-
cache: pip
58-
cache-dependency-path: setup.cfg
59-
6053
- name: Install dependencies
6154
run: |
6255
pip install ".[$EXTRAS]"

0 commit comments

Comments
 (0)