Skip to content

Commit

Permalink
actually fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Aug 25, 2023
1 parent 1d721b1 commit 9104f2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
pull_request:

jobs:
build_docs:
run_tests:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
strategy:
python-version: "3.10"
matrix:
python-version: ["3.10"]
fail-fast: false

defaults:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
strategy:
python-version: "3.10"
matrix:
python-version: ["3.10"]
fail-fast: false

defaults:
Expand Down

0 comments on commit 9104f2c

Please sign in to comment.