Skip to content

Commit

Permalink
Remove pre-install pandas from test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jan 19, 2024
1 parent 5e35a56 commit 2f5827c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
run: |
conda activate test-environment
bokeh sampledata
python -m pip install --upgrade --pre pandas==2.2.0rc0
- name: doit test_unit
if: needs.setup.outputs.code_change == 'true'
run: |
Expand Down Expand Up @@ -241,17 +240,16 @@ jobs:
if: needs.setup.outputs.code_change == 'true'
run: |
python -m pip install -ve '.[tests_core, tests_ci]'
python -m pip install --upgrade --pre pandas==2.2.0rc0
- name: bokeh sampledata
if: needs.setup.outputs.code_change == 'true'
run: |
# conda activate test-environment
bokeh sampledata
# - name: Check packages latest version
# if: needs.setup.outputs.code_change == 'true'
# run: |
# # conda activate test-environment
# python scripts/check_latest_packages.py
- name: Check packages latest version
if: needs.setup.outputs.code_change == 'true'
run: |
# conda activate test-environment
python scripts/check_latest_packages.py
- name: doit test_unit
if: needs.setup.outputs.code_change == 'true'
run: |
Expand Down

0 comments on commit 2f5827c

Please sign in to comment.