Skip to content

Commit

Permalink
Updated Docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen1999 committed Jan 19, 2025
1 parent e61cf33 commit c951031
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,14 @@ jobs:

strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.13"]

steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.13"
cache: "pip"

- name: Install dependencies
Expand Down

0 comments on commit c951031

Please sign in to comment.