From aac6abccaaf3fbac7c1a431d6a6043c0f9fd600d Mon Sep 17 00:00:00 2001 From: Julian Paquerot <111422357+Kajiih@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:19:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Last=3F=20CI=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b37486e..ecf15ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -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