Skip to content

Commit

Permalink
Try dropping editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Oct 19, 2021
1 parent 42a2c57 commit 7ee2ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
shell: "bash -l {0}"
run: |
conda activate minimal
python -m pip install -e .
python -m pip install .
pytest -svx
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -U pip setuptools wheel codecov line_profiler
python -m pip install -rrequirements_dev_minimal.txt numpy${{ matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
python -m pip install -e .
python -m pip install .
python -m pip freeze
- name: Tests
shell: "bash -l {0}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -U pip setuptools wheel
python -m pip install -r requirements_dev_numpy.txt -r requirements_dev_minimal.txt -r requirements_dev_optional.txt
python -m pip install -e .
python -m pip install .
python -m pip freeze
npm install -g azurite
- name: Run Tests
Expand Down

0 comments on commit 7ee2ded

Please sign in to comment.