Skip to content

Commit 08db5ef

Browse files
committed
Fix Python version setting
1 parent 6d583fb commit 08db5ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
environment-name: ipympl-dev
2929
environment-file: dev-environment.yml
30-
python-version: ${{ matrix.python-version }}
3130
auto-activate-base: false
3231
channels: conda-forge
3332

@@ -68,7 +67,7 @@ jobs:
6867
with:
6968
environment-name: ipympl-dev
7069
environment-file: dev-environment.yml
71-
python-version: ${{ matrix.python-version }}
70+
python-version: ${{ matrix.python }}
7271
auto-activate-base: false
7372
channels: conda-forge
7473

0 commit comments

Comments
 (0)