Skip to content

Commit a412ae4

Browse files
committed
CI: install hypothesis on CI
1 parent c0fade3 commit a412ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
conda config --add channels conda-forge
4242
conda config --set channel_priority strict
4343
conda info
44-
conda install python==3.9 pytorch==1.13.0 pytest numpy -y
44+
conda install python==3.9 pytorch==1.13.0 pytest numpy hypothesis -y
4545
conda list
4646
conda config --show-sources
4747
# conda config --show

0 commit comments

Comments
 (0)