Skip to content

Commit

Permalink
install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 6, 2024
1 parent 911ca9b commit 2542e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ jobs:
ref: ${{ steps.package_version.outputs.version }}
fetch-depth: 0
- run: pip install pytest pytest-xdist ${{ matrix.test-dependencies }}
- run: pip install -e .
working-directory: ${{ matrix.package }}
- run: pip list
- if: matrix.pre_command != ''
run: ${{ matrix.pre_command }}
Expand Down

0 comments on commit 2542e12

Please sign in to comment.