Skip to content

Commit

Permalink
Final restructure for tonight
Browse files Browse the repository at this point in the history
  • Loading branch information
Monarda committed Sep 12, 2024
1 parent 068c2d7 commit 9fc56a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
name: Run tests on multiple Python versions
needs:
- lint
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, mac-latest]
python-version: ["3.11", "3.12"]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
build:
name: Build distribution 📦
needs:
- lint
- test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9fc56a3

Please sign in to comment.