Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xethorn committed Sep 16, 2023
1 parent 10ae374 commit efef32e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Expand Up @@ -3,14 +3,14 @@

name: Build

on: [push, pull_request]
on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10.x]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,3 +33,4 @@ jobs:
run: |
pytest --cov=.
coveralls
echo "Completed."

0 comments on commit efef32e

Please sign in to comment.