Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Feb 5, 2024
1 parent b3a9ddb commit f460e7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,12 @@ jobs:
restore-keys: |
poetry-${{ hashFiles('**/poetry.lock') }}
- name: Set Poetry config
run: |
poetry config settings.virtualenvs.in-project false
poetry config settings.virtualenvs.path ~/.virtualenvs
- name: Install Dependencies
run: poetry install --with dev
if: steps.cache.outputs.cache-hit != 'true'

- name: Test with pytest
run: |
cd ./tests
poetry python init.py
poetry run pytest --cov .

0 comments on commit f460e7f

Please sign in to comment.