Skip to content

Commit fb5baaa

Browse files
committed
Fix Python version in test CI
1 parent 8684011 commit fb5baaa

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: ⤵️ Check out code from GitHub
3030
uses: actions/checkout@v3
3131

32-
- name: 🏗 Set up Python 3.9
32+
- name: 🏗 Set up Python
3333
id: setup-python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: 3.9
36+
python-version: ${{ matrix.python-version }}
3737

3838
- name: ⤵️ Get pip cache directory
3939
id: pip-cache
@@ -84,11 +84,6 @@ jobs:
8484

8585
runs-on: ubuntu-latest
8686

87-
strategy:
88-
matrix:
89-
python-version:
90-
- "3.9"
91-
9287
steps:
9388
- name: ⤵️ Check out code from GitHub
9489
uses: actions/checkout@v3

0 commit comments

Comments
 (0)