Skip to content

Commit d6f0faf

Browse files
committed
Fix dependency
1 parent 5ea087f commit d6f0faf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
4040
needs:
41-
- build-and-test (3.7)
42-
- build-and-test (3.8)
43-
- build-and-test (3.9)
44-
- build-and-test (3.10)
45-
- build-and-test (3.11)
41+
- build-and-test
4642
steps:
4743
- name: Check out code
4844
uses: actions/checkout@v2

0 commit comments

Comments
 (0)