Skip to content

Commit 6bff554

Browse files
committed
Fix action arguments
1 parent 08db5ef commit 6bff554

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
with:
1717
environment-name: ipympl-dev
1818
environment-file: dev-environment.yml
19-
python-version: ${{ matrix.python-version }}
20-
auto-activate-base: false
2119
channels: conda-forge
2220
- name: Install
2321
run: python -m pip install -v .[docs]

.github/workflows/main.yml

Lines changed: 2 additions & 3 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-
auto-activate-base: false
3130
channels: conda-forge
3231

3332
- name: Build packages
@@ -67,9 +66,9 @@ jobs:
6766
with:
6867
environment-name: ipympl-dev
6968
environment-file: dev-environment.yml
70-
python-version: ${{ matrix.python }}
71-
auto-activate-base: false
7269
channels: conda-forge
70+
extra-specs: |
71+
python=${{ matrix.python }}
7372
7473
- if: matrix.mpl-version == 'latest'
7574
name: Install latest Matplotlib

0 commit comments

Comments
 (0)