Skip to content

Commit

Permalink
the joy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Sep 9, 2023
1 parent b646aa3 commit 84d89a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytest-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{github.ref}}
- name: Test with pytest on devcontainer
uses: devcontainers/[email protected]
with:
Expand All @@ -31,6 +33,6 @@ jobs:
push: never
runCmd: |
pip install --upgrade pip
pip install -e .
pip install -r tests/pytest-requirements.txt
pip install -e ".[testing]""
# pip install -r tests/pytest-requirements.txt
pytest -rA

0 comments on commit 84d89a8

Please sign in to comment.