Skip to content

Commit

Permalink
Corrected tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin authored and TimeTravelPenguin committed Jan 4, 2024
1 parent 9341192 commit 5280ebb
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,11 @@ jobs:
- name: Install project
run: poetry install --no-interaction

- name: Setup cache variables
shell: bash
id: cache-vars
run: |
echo "date=$(/bin/date -u "+%m%w%Y")" >> $GITHUB_OUTPUT
#- name: Install and cache ffmpeg (all OS)
# uses: FedericoCarboni/setup-ffmpeg@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# id: setup-ffmpeg

- name: Typecheck with mypy
run: |
poetry run mypy
- name: Run tests
run: |
poetry run python -m pytest
source $VENV
pytest --version

0 comments on commit 5280ebb

Please sign in to comment.