From 0248643ec530131ab82fdc1bc32c84727d5167ea Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 27 Dec 2024 16:26:57 -0500 Subject: [PATCH] [CI] Fix missing 'packaging' module --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e74268dedc..a3d069484e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \