Skip to content

Commit

Permalink
Merge pull request #225 from lcpp-org/toml_fix_workflow
Browse files Browse the repository at this point in the history
Update rustbca_compile_check.yml
  • Loading branch information
drobnyjt authored Sep 29, 2023
2 parents a57de11 + 0d49299 commit 9cbede6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rustbca_compile_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ jobs:
sudo apt-get install python3-pip python3-dev
- name: Install Python libraries
run: |
python3 -m pip install numpy shapely scipy matplotlib
- name: Install python TOML library from source
run: |
git clone https://github.com/uiri/toml.git
cd toml
python3 setup.py install --root .
python3 -m pip install numpy shapely scipy matplotlib toml
- name: Install HDF5 Libraries
run: |
sudo apt install libhdf5-dev
Expand Down

0 comments on commit 9cbede6

Please sign in to comment.