Skip to content

Commit 8642085

Browse files
bhazeltonkartographer
authored andcommitted
fix min_versions CI to prevent pip from updating installations
1 parent f7ba136 commit 8642085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: install
4848
command: |
4949
source ./ci/_activate_current_env.sh
50-
CFLAGS="-DCYTHON_TRACE=1 -DCYTHON_TRACE_NOGIL=1" pip install .
50+
CFLAGS="-DCYTHON_TRACE=1 -DCYTHON_TRACE_NOGIL=1" pip install --no-deps .
5151
- run:
5252
name: run pyuvdata tests
5353
command: |
@@ -108,7 +108,7 @@ jobs:
108108
name: install
109109
command: |
110110
source ./ci/_activate_current_env.sh
111-
pip install -e .
111+
pip install --no-deps -e .
112112
- run:
113113
name: run tutorial tests
114114
command: |

0 commit comments

Comments
 (0)