Skip to content

Commit b931ddd

Browse files
committed
CI: add --pre flag to prerelease jobs.
1 parent e1059eb commit b931ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Install
9797
run: |
98-
python -m pip install . --group test --group doc
98+
python -m pip install --pre . --group test --group doc
9999
pip list
100100
101101
- name: Run test suite

0 commit comments

Comments
 (0)