Skip to content

Commit 683d808

Browse files
committed
Pass python version param
1 parent a7335fe commit 683d808

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-latest, macos-latest]
11-
python-version: [ 3.8, 3.9, "3.10", 3.11 ]
11+
python-version: [ 3.7, 3.8, 3.9, "3.10", 3.11 ]
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Set up Python 3.10
15+
- name: Set up Python
1616
uses: actions/setup-python@v3
1717
with:
18-
python-version: '3.10'
18+
python-version: {{ matrix.python }}
1919
- name: Add conda to system path
2020
run: |
2121
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)