Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 2, 2023
1 parent 6f8c5ec commit 746ffa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ runs:
virtualenvs-in-project: true
installer-parallel: true

- name: Set path for MacOS
run: export PATH="$HOME/.local/bin:$PATH"

- name: Load cached virtual env
id: cached-poetry-dependencies
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
run:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.12, 3.11, 3.10, 3.9]
os: [ubuntu-latest, macos-latest]
python-version: [3.12, 3.11, 3.10]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 746ffa9

Please sign in to comment.