Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Jun 13, 2024
1 parent 8b3c77a commit 066c949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Upgrade pip and install dependencies
run: |
python3 -m pip install --upgrade pip poetry
echo "use remote branch of eitprocessing rather than main"
poetry add git+https://github.com/EIT-ALIVE/eitprocessing.git#${{ inputs.branch }}
echo "--- Using remote branch (${{ inputs.branch }}) of eitprocessing."
# poetry add git+https://github.com/EIT-ALIVE/eitprocessing.git#${{ inputs.branch }}
poetry install --with test
- name: Run unit tests
run: poetry run pytest -v tests/unit_tests
Expand Down

0 comments on commit 066c949

Please sign in to comment.