Skip to content

Commit 0d49299

Browse files
authored
Update rustbca_compile_check.yml
1 parent a57de11 commit 0d49299

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@ jobs:
3030
sudo apt-get install python3-pip python3-dev
3131
- name: Install Python libraries
3232
run: |
33-
python3 -m pip install numpy shapely scipy matplotlib
34-
- name: Install python TOML library from source
35-
run: |
36-
git clone https://github.com/uiri/toml.git
37-
cd toml
38-
python3 setup.py install --root .
33+
python3 -m pip install numpy shapely scipy matplotlib toml
3934
- name: Install HDF5 Libraries
4035
run: |
4136
sudo apt install libhdf5-dev

0 commit comments

Comments
 (0)