Skip to content

Commit

Permalink
Attempted to switch limitation on pandas to fix github actions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Aug 3, 2023
1 parent eb621ad commit ef8c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
include:
- python-version: "3.7"
other-packages: "mlst 'numpy <1.23.5' 'pandas <1.4'"
other-packages: "mlst 'numpy <1.23.5' 'pandas <2'"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ef8c15b

Please sign in to comment.