Skip to content

Commit

Permalink
Use wheel for ci/cd again
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-wild committed Jul 11, 2023
1 parent 458766e commit d9bed67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install package and dependencies
run: |
python --version
pip install -e . --no-cache-dir
pip install -e .
pip install -e .[test]
pip install pytest pytest-cov
shell: bash -l {0}
Expand Down

0 comments on commit d9bed67

Please sign in to comment.