Skip to content

Commit

Permalink
fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
faradox committed Feb 21, 2024
1 parent c499746 commit 6681e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ matrix.pydantic-version }}-${{ hashFiles('pyproject.toml') }}-test-v06
- name: Install OS Dependencies
# if: steps.cache.outputs.cache-hit != 'true'
run: sudo apt-get install -y libsndfile1-dev libportaudio2 ffmpeg
run: sudo apt-get update && sudo apt-get install -y libsndfile1-dev libportaudio2 ffmpeg
- name: Install Dependencies
# if: steps.cache.outputs.cache-hit != 'true'
run: make setup-test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ release:
@$(RELEASE_CMD)

publish:
@$(POETRY_PUBLISH_CMD)
@$(POETRY_PUBLISH_CMD)

0 comments on commit 6681e92

Please sign in to comment.