Skip to content

Commit f50ed39

Browse files
Install toml package for all
1 parent c2cdf69 commit f50ed39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
submodules: recursive
4646

4747
- name: Install python toml package
48-
run: python3 -m pip install toml --break-system-packages --user
48+
run: python3 -m pip install toml --break-system-packages
4949
- name: Install rust
5050
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(python3 ./build-tools/rust-version-extractor/rust-version-extractor.py)
5151
- name: Install rust clippy

0 commit comments

Comments
 (0)