Skip to content

Commit 470b9fd

Browse files
committed
Update CI workflow to include 'sh' in dependency installation
- Modify GitHub Actions workflow to install 'sh' alongside 'tomlkit' for improved script execution. - Enhance comments for clarity on the installation process.
1 parent 4908504 commit 470b9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Install dependencies
4848
shell: bash -l {0}
4949
run: |
50-
# Install tomlkit to run the installation script (other deps will be installed by the script)
51-
mamba install -y -c conda-forge tomlkit
50+
# Install tomlkit and sh first to run the installation script
51+
mamba install -y -c conda-forge tomlkit sh
5252
5353
# Run the installation script
5454
python install_dev_deps.py

0 commit comments

Comments
 (0)