Skip to content

Commit

Permalink
add temporary step to pip install pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Dec 13, 2023
1 parent 692f3fe commit 4dbd40d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
python -m pip install --upgrade tox codecov
micromamba info
- name: TEMP - install gala
if: ${{ startsWith(matrix.os, 'windows') }}
shell: bash -l {0}
run: |
python -m pip install . -v
- name: Run tests - Windows
if: ${{ startsWith(matrix.os, 'windows') }}
shell: bash -l {0}
Expand Down

0 comments on commit 4dbd40d

Please sign in to comment.