Skip to content

Commit d9bed67

Browse files
Use wheel for ci/cd again
1 parent 458766e commit d9bed67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install package and dependencies
2424
run: |
2525
python --version
26-
pip install -e . --no-cache-dir
26+
pip install -e .
2727
pip install -e .[test]
2828
pip install pytest pytest-cov
2929
shell: bash -l {0}

0 commit comments

Comments
 (0)