Skip to content

Commit

Permalink
Release workflow dependency install (#104)
Browse files Browse the repository at this point in the history
* symlink

* release workflow dependency install
  • Loading branch information
MatthewMiddlehurst authored Aug 26, 2023
1 parent 2667d73 commit bd3c46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:

- if: matrix.os == 'windows-latest'
name: Windows install
run: python -m pip install "${env:WHEELNAME}[dev,deep_learning]"
run: python -m pip install "${env:WHEELNAME}[dev,all_extras,unstable_extras,deep_learning]"
- if: matrix.os != 'windows-latest'
name: Unix install
run: python -m pip install "${{ env.WHEELNAME }}[dev,deep_learning]"
run: python -m pip install "${{ env.WHEELNAME }}[dev,all_extras,unstable_extras,deep_learning]"

- name: Tests
run: python -m pytest
Expand Down

0 comments on commit bd3c46e

Please sign in to comment.