Skip to content

Commit

Permalink
gha workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
momonga-ml committed Nov 10, 2023
1 parent 5d9f504 commit f99df39
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: build

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10]
python-version: ["3.9", "3.10"]

env:
USING_COVERAGE: "3.10"
Expand Down

0 comments on commit f99df39

Please sign in to comment.