Skip to content

Commit bef3141

Browse files
committed
Install missing Python dependency
1 parent 3215ace commit bef3141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gcodeanalyzer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Install Python requirements
61-
run: pip install git+https://github.com/ultimaker/libcharon@CURA-9495_analyzer_requisites#egg=charon
61+
run: |
62+
pip install pandas
63+
pip install git+https://github.com/ultimaker/libcharon@CURA-9495_analyzer_requisites#egg=charon
6264
6365
- name: Install dependencies and build CuraEngine
6466
run: conan build . -s build_type=Release --build=missing --update -g VirtualRunEnv -o "curaengine/*:with_cura_resources=True"

0 commit comments

Comments
 (0)