Skip to content

Commit

Permalink
[CI] Fix missing 'packaging' module
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 27, 2024
1 parent 5084cab commit 0248643
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 @@ -48,7 +48,7 @@ jobs:
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
run: |
python3 -m pip install ruamel.yaml scons==4.0.1
python3 -m pip install ruamel.yaml scons==4.0.1 packaging
- name: Build Cantera
run: |
python3 `which scons` build env_vars=all -j4 debug=n --debug=time \
Expand Down

0 comments on commit 0248643

Please sign in to comment.