Skip to content

Commit

Permalink
Test on released Python 3.9 and tidy YAML (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo authored Oct 19, 2020
1 parent af11dae commit 0930ad1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test Gnofract 4D

on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
push:
branches: ["master"]
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
push:
branches: ["master"]

jobs:
run:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python: [3.8,3.9.0-rc.1]
python: [3.8, 3.9]
toxenv: [py]
include:
- os: macos-10.15
Expand Down

0 comments on commit 0930ad1

Please sign in to comment.