Skip to content

Commit

Permalink
πŸ’š Last? CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent d22e812 commit aac6abc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
matrix:
python-version:
- "3.12"
# - "3.13"
- "3.13"
os:
- ubuntu-latest
# - macos-latest
- macos-latest
- windows-latest
include:
- os: ubuntu-latest
path: ~/.cache/pip
# - os: macos-latest
# path: ~/Library/Caches/pip
- os: macos-latest
path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -68,7 +68,6 @@ jobs:
source .venv\\Scripts\\activate
echo PATH=$PATH >> $GITHUB_ENV
uv pip install pipx # Problems with ruff action without this
pipx ensurepath
else
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
Expand Down

0 comments on commit aac6abc

Please sign in to comment.