Skip to content

Commit

Permalink
Update terrarium_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
evilkost authored Nov 10, 2023
1 parent 178f017 commit 5e826a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terrarium_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- run: git config --global --add safe.directory /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}
- run: |
pip install --yes poetry pytest
pip install --no-input poetry pytest
cd {{ matrix.value }}
pip install .
pip install --no-input .
pytest "{{ matrix.value }}_tests"

0 comments on commit 5e826a1

Please sign in to comment.