Skip to content

Commit d2b4b43

Browse files
committed
Need build to pass before running tests
1 parent 08164ef commit d2b4b43

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
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
40-
40+
needs: build
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)