Skip to content

Commit

Permalink
WIP: update CI config to test poetry CI issues without impacting v1 b…
Browse files Browse the repository at this point in the history
…ranch
  • Loading branch information
kadler committed Oct 19, 2023
1 parent b8c6a7d commit 058a95a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v1
push:
branches:
- v1
- test-ci-v1

jobs:
build:
Expand All @@ -17,10 +17,6 @@ jobs:
matrix:
python-version:
- '3.11'
- '3.10'
- '3.9'
- '3.8'
- '3.7'

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 058a95a

Please sign in to comment.