Skip to content

Commit

Permalink
update publish, test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaris committed Nov 17, 2020
1 parent b4179c6 commit 6eadf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.8 ]
fail-fast: false

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test

on:
push:
branch: master
pull_request:
types: [opened, synchronize]

Expand Down

0 comments on commit 6eadf0f

Please sign in to comment.