Skip to content

Commit

Permalink
Run tests with testing dependency before creating github draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
psomhorst committed Nov 8, 2024
1 parent 53c17b1 commit 58c976f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ jobs:
image: ghcr.io/eit-alive/eittestdata:latest
destination: $EIT_PROCESSING_TEST_DATA
path: /eitprocessing/.
- name: Install eitprocessing
run: python3 -m pip install ".[dev,publishing]"
- name: Install eitprocessing with testing dependecies
run: python3 -m pip install ".[testing]"
- name: Run pytest
run: pytest -v
- name: Install eitprocessing with dev dependencies
run: python3 -m pip install --upgrade ".[publishing]"
- name: Build eitprocessing
run: python3 -m build

Expand Down

0 comments on commit 58c976f

Please sign in to comment.