Skip to content

Commit

Permalink
modify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto committed Feb 24, 2022
1 parent d558edb commit 38d7f42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Run tests

on:
push:
branches:
- master
pull_request:
push:
branches:
- master
pull_request:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9' ]
python-version: ["3.7", "3.8", "3.9"]

name: Set up Python ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
with:
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
fail_ci_if_error: false

0 comments on commit 38d7f42

Please sign in to comment.