Skip to content

Commit

Permalink
Merge pull request #5842 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: limit tutorial workflow to Python 3.11
  • Loading branch information
oliver-sanders authored Nov 23, 2023
2 parents 8b2feae + 49edddf commit 9594f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_tutorial_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.7', '3']
python-version: ['3.7', '3.11']
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install docs/tutorial dependencies
uses: cylc/cylc-doc/.github/actions/install-dependencies@master
Expand Down

0 comments on commit 9594f29

Please sign in to comment.