Skip to content

Commit 488815c

Browse files
author
Andrei Bratu
committed
Added test_3_12 to publish dependencies
1 parent f5d57ab commit 488815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
7070

7171
publish:
72-
needs: [compile, test]
72+
needs: [compile, test, test_3_12]
7373
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
7474
runs-on: ubuntu-20.04
7575
steps:

0 commit comments

Comments
 (0)