Skip to content

Commit

Permalink
ci: Don't check numpy for latest version (#6509)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Feb 13, 2025
1 parent ee75037 commit e9913ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ jobs:
environments: ${{ matrix.environment }}
- name: Check packages latest version
run: |
pixi run -e ${{ matrix.environment }} check-latest-packages numpy pandas bokeh panel param
# pixi run -e ${{ matrix.environment }} check-latest-packages numpy pandas bokeh panel param
pixi run -e ${{ matrix.environment }} check-latest-packages pandas bokeh panel param
- name: Test Unit
run: |
pixi run -e ${{ matrix.environment }} test-unit
Expand Down

0 comments on commit e9913ab

Please # to comment.