We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8684011 commit fb5baaaCopy full SHA for fb5baaa
1 file changed
.github/workflows/test.yml
@@ -29,11 +29,11 @@ jobs:
29
- name: ⤵️ Check out code from GitHub
30
uses: actions/checkout@v3
31
32
- - name: 🏗 Set up Python 3.9
+ - name: 🏗 Set up Python
33
id: setup-python
34
uses: actions/setup-python@v4
35
with:
36
- python-version: 3.9
+ python-version: ${{ matrix.python-version }}
37
38
- name: ⤵️ Get pip cache directory
39
id: pip-cache
@@ -84,11 +84,6 @@ jobs:
84
85
runs-on: ubuntu-latest
86
87
- strategy:
88
- matrix:
89
- python-version:
90
- - "3.9"
91
-
92
steps:
93
94
0 commit comments