Skip to content

Commit

Permalink
feat(ci): Update Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Nov 18, 2024
1 parent 5a6cca6 commit 86c8a22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -55,13 +55,12 @@ jobs:
export PYTHONPATH=$PWD/src
pipenv run main all \
-t="${{ github.token }}" \
--ref "refs/heads/main" \
-r="GeekMasher/ghastoolkit"
examples:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand All @@ -86,8 +85,6 @@ jobs:
cli:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 86c8a22

Please sign in to comment.