Skip to content

Commit

Permalink
Update continuous integration YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed Nov 29, 2023
1 parent 47da64d commit 83ce9e2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file modified .coverage
Binary file not shown.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
TIDAL_CLIENT_ID: ${{ secrets.TIDAL_CLIENT_ID }}
TIDAL_CLIENT_SECRET: ${{ secrets.TIDAL_CLIENT_SECRET }}
TIDAL_PRIVATE_CLIENT_ID: ${{ secrets.TIDAL_PRIVATE_CLIENT_ID }}
TIDAL_PRIVATE_CLIENT_SECRET: ${{ secrets.TIDAL_PRIVATE_CLIENT_SECRE }}
TIDAL_PRIVATE_CLIENT_SECRET: ${{ secrets.TIDAL_PRIVATE_CLIENT_SECRET }}
jobs:
build:
name: continuous-integration-${{matrix.python-version}}
Expand All @@ -21,9 +21,10 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: setup-python-${{ matrix.python-version }}
uses: actions/setup-python@v4
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
channels: conda-forge
python-version: ${{ matrix.python-version }}
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ _examples/
dist/
jupyter_execute/
src/minim.egg-info
tests/.coverage
.coverage
Binary file modified tests/data/samples/middle_c_flac.ogg
Binary file not shown.
Binary file modified tests/data/samples/middle_c_opus.ogg
Binary file not shown.
Binary file modified tests/data/samples/middle_c_vorbis.ogg
Binary file not shown.

0 comments on commit 83ce9e2

Please sign in to comment.