Skip to content

Commit a1d0075

Browse files
Pin stubs to 7.5.1
1 parent 89e6976 commit a1d0075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_install:
5858
- conda env create -f environment.yml
5959
- source ~/miniconda/bin/activate cadquery
6060
- conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION mypy
61-
- pip install git+https://github.com/CadQuery/OCP-stubs.git
61+
- pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1
6262

6363
install:
6464
- python setup.py install

0 commit comments

Comments
 (0)