Skip to content

Commit

Permalink
add package build stuff to wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
adajel committed Mar 18, 2024
1 parent 2b96501 commit dd5b7a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-code-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: |
python3 -m pip install .
- name: install package
run: |
python3 -m pip install -e .
- name: Run test (MMS)
run: |
python3 ./tests/run_MMS_space.py
4 changes: 4 additions & 0 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
use-mamba: true
environment-file: environment.yml

- name: install package
run: |
python3 -m pip install -e .
- name: Run test (MMS)
run: |
python ./tests/run_MMS_space.py

0 comments on commit dd5b7a0

Please sign in to comment.