Skip to content

Commit

Permalink
[CI] Address upstream deprecation
Browse files Browse the repository at this point in the history
Prevent the following deprecation warning from breaking the CI run:
"Pyarrow will become a required dependency of pandas in the next major
release of pandas (pandas 3.0)"
  • Loading branch information
ischoegl authored and speth committed Jan 20, 2024
1 parent 0ead71c commit 8d676c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
run: |
python3 -m pip install numpy ruamel.yaml pandas matplotlib scipy pint graphviz
python3 -m pip install numpy ruamel.yaml pandas pyarrow matplotlib scipy pint graphviz
python3 -m pip install --pre --no-index --find-links dist cantera
- name: Run the examples
# See https://unix.stackexchange.com/a/392973 for an explanation of the -exec part
Expand Down

0 comments on commit 8d676c0

Please sign in to comment.