Skip to content

Commit

Permalink
moving to in CI #7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Sep 19, 2024
1 parent 0b9b89e commit 883553b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2c-runner-tests-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
shell: bash
- name: Check poetry info
run: |
cd senselab
poetry env info
poetry --version
shell: bash
Expand All @@ -123,7 +124,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: >
poetry run pytest \
cd senselab && poetry run pytest \
--rootdir=$POETRY_CACHE_DIR/pytest \
--basetemp=$POETRY_CACHE_DIR/pytest/temp \
--junitxml=pytest.xml \
Expand Down

0 comments on commit 883553b

Please sign in to comment.