Skip to content

Commit

Permalink
fix min_versions CI to prevent pip from updating installations
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and kartographer committed Jun 28, 2024
1 parent f7ba136 commit 8642085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: install
command: |
source ./ci/_activate_current_env.sh
CFLAGS="-DCYTHON_TRACE=1 -DCYTHON_TRACE_NOGIL=1" pip install .
CFLAGS="-DCYTHON_TRACE=1 -DCYTHON_TRACE_NOGIL=1" pip install --no-deps .
- run:
name: run pyuvdata tests
command: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
name: install
command: |
source ./ci/_activate_current_env.sh
pip install -e .
pip install --no-deps -e .
- run:
name: run tutorial tests
command: |
Expand Down

0 comments on commit 8642085

Please sign in to comment.