Skip to content

Commit

Permalink
Try to fix weird MacOS setup-tools cache issue
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Apr 25, 2024
1 parent e072752 commit bd90727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
cache: ${{ matrix.platform != 'macos-latest' && 'poetry' || '' }}

- name: Install dependencies
run: poetry install --with=dev
Expand Down

0 comments on commit bd90727

Please sign in to comment.