Skip to content

Commit

Permalink
👷 Skip testing on non-linux systems in CI; update poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jan 3, 2025
1 parent 4d88e7f commit d8a8c1d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,16 @@ jobs:
run: pre-commit run -a

tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.image }}
name: ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
os:
- Ubuntu
- macOS
- Windows
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
include:
- os: Ubuntu
image: ubuntu-latest
- os: Windows
image: windows-latest
- os: macOS
image: macos-latest
fail-fast: false
defaults:
run:
Expand All @@ -67,7 +56,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{ matrix.python-version }}
poetry-version: 1.8.3
poetry-version: 1.8.5

- name: Install dependencies
run: poetry install
Expand All @@ -92,7 +81,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.12
poetry-version: 1.8.3
poetry-version: 1.8.5
- name: Mint token
id: mint
uses: tschm/[email protected]
Expand Down

0 comments on commit d8a8c1d

Please sign in to comment.