Skip to content

Commit f069e78

Browse files
workaround pre-release not installing in test ci
1 parent 9e4274c commit f069e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pip install pytest-cov
5050
- name: Install dependencies
5151
run: |
52-
pip install --pre -e ".[dev,test]"
52+
pip install --pre -e ".[dev,test,pre]"
5353
- name: Test
5454
env:
5555
MPLBACKEND: agg

0 commit comments

Comments
 (0)