Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Oct 4, 2023
1 parent 9065361 commit 22568f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo "WHEELNAME=$(ls ./wheelhouse/scikit_base-*none-any.whl)" >> $GITHUB_ENV

- name: Install wheel and extras
run: python -m pip install "${{ env.WHEELNAME }}[test]"
run: python -m pip install "${{ env.WHEELNAME }}[all_extras,dev]"

- name: Run tests
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: conda activate test

- name: Install wheel and extras
run: python -m pip install "${env:WHEELNAME}[test]"
run: python -m pip install "${env:WHEELNAME}[all_extras,dev]"

- name: Show conda packages
run: conda list -n test
Expand Down

0 comments on commit 22568f4

Please sign in to comment.