We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57de11 + 0d49299 commit 9cbede6Copy full SHA for 9cbede6
.github/workflows/rustbca_compile_check.yml
@@ -30,12 +30,7 @@ jobs:
30
sudo apt-get install python3-pip python3-dev
31
- name: Install Python libraries
32
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 .
+ python3 -m pip install numpy shapely scipy matplotlib toml
39
- name: Install HDF5 Libraries
40
41
sudo apt install libhdf5-dev
0 commit comments