Skip to content

Commit

Permalink
add 3.13 tests, update artifact up/download
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Dec 11, 2024
1 parent b7babe6 commit 8fb6a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["ubuntu-latest"]
pytest_opts: ["--workers 4 --tests-per-worker 1"]
requirements: [""]
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
make docs-build
- name: Save docs artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-html
path: docs/_site
Expand All @@ -161,7 +161,7 @@ jobs:
if: "${{github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}"

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: docs-html
path: docs/_site
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
needs: ["build-docs", "tests", "test-rsconnect"]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: docs-html
path: docs/_site
Expand Down

0 comments on commit 8fb6a23

Please sign in to comment.