Skip to content

Commit

Permalink
tests: install non-editable packages to detect more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Nov 11, 2024
1 parent 7ec48fe commit 2a26565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: 'pip'
cache-dependency-path: ./requirements*.txt
- name: install editable package
run: pip install -e .
run: pip install .
- name: install test requirements
run: pip install -r ./requirements-test.txt
- name: run pyright
Expand All @@ -58,7 +58,7 @@ jobs:
- name: upgrade pip
run: pip install --upgrade pip
- name: install editable package
run: pip install -e .
run: pip install .
- name: install nomad server
run: bash ./tests/provision.sh nomad_install 1.8.0
- name: run nomad server tls
Expand Down

0 comments on commit 2a26565

Please sign in to comment.