Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 4a17e5d
Merge: 1fc7702 5280ebb
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Thu Jan 4 22:37:04 2024 +1100

    Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

commit 1fc7702
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Thu Jan 4 22:28:33 2024 +1100

    Corrected tests
  • Loading branch information
TimeTravelPenguin authored and TimeTravelPenguin committed Jan 4, 2024
1 parent 5280ebb commit d3e5094
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: "poetry"

- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true

#- name: Setup macOS PATH
# if: runner.os == 'macOS'
Expand All @@ -49,7 +51,7 @@ jobs:
id: cached-poetry-dependencies
uses: actions/cache@v3
with:
path: .venv
path: ~/.cache
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
Expand Down

0 comments on commit d3e5094

Please sign in to comment.