Skip to content

Commit

Permalink
RM-62 update pandas version in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed May 8, 2023
1 parent 3c6ab99 commit baedea7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
pandas_version:
type: string
description: "Version of pandas to test against"
default: '==1.3.5'
default: ''
command:
type: string
description: "Command to run in records-mover venv"
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
description: "Version of Python to test against"
pandas_version:
type: string
default: '==1.3.5'
default: ''
numpy_version:
type: string
default: ""
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- installvenv:
extras: <<parameters.extras>>
python_version: <<parameters.python_version>>
pandas_version: '==1.3.5'
pandas_version: ''
# requirements.txt includes twine and other release packages
include_dev_dependencies: true
- run:
Expand Down Expand Up @@ -527,7 +527,7 @@ workflows:
# relying on Pandas:
#
# See https://github.com/bluelabsio/records-mover/pull/152
pandas_version: "==1.1.5"
pandas_version: ""
context: slack-secrets
command: |
. venv/bin/activate
Expand Down Expand Up @@ -648,7 +648,7 @@ workflows:
name: tbl2tbl-itest
extras: '[literally_every_single_database_binary,itest]'
python_version: "3.9"
pandas_version: "==1.1.5"
pandas_version: ""
context: slack-secrets
command: |
. venv/bin/activate
Expand Down

0 comments on commit baedea7

Please sign in to comment.