Skip to content

Commit

Permalink
GitHub tests: Don't install in editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Jan 30, 2025
1 parent ce3aebd commit ff9fb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Spyder from source
if: matrix.SPYDER_SOURCE == 'git'
shell: bash -l {0}
run: pip install --no-deps -e spyder
run: pip install --no-deps spyder
- name: Install plugin dependencies (without Spyder)
if: matrix.SPYDER_SOURCE == 'git'
shell: bash -l {0}
Expand All @@ -76,7 +76,7 @@ jobs:
conda install --file spyder-line-profiler/requirements/tests.txt -y
- name: Install plugin
shell: bash -l {0}
run: pip install --no-deps -e spyder-line-profiler
run: pip install --no-deps spyder-line-profiler
- name: Show environment information
shell: bash -l {0}
run: |
Expand Down

0 comments on commit ff9fb27

Please sign in to comment.