Skip to content

Commit

Permalink
⬆️ actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 26, 2024
1 parent ae23ba6 commit ca1ad94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Python Package using Conda

on:
push:
branches: [ master ]
#push:
# branches: [ master ]
workflow_dispatch:
branches: [ master ]

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:

- name: Install system libraries
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 612DEFB798507F25
sudo add-apt-repository -y "https://downloads.skewed.de/apt jammy main"
sudo apt-get install -y python3-pip libcairo2-dev python3-graph-tool
sudo apt-get install -y libgmp3-dev libmpfr-dev libmpc-dev wget bzip2 build-essential libxcursor-dev libglib2.0-dev
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 612DEFB798507F25
# sudo add-apt-repository -y "https://downloads.skewed.de/apt jammy main"
# sudo apt-get install -y python3-pip libcairo2-dev python3-graph-tool
sudo apt-get install -y python3-pip libcairo2-dev libgmp3-dev libmpfr-dev libmpc-dev wget bzip2 build-essential libxcursor-dev libglib2.0-dev


# sudo apt-get install -y libgmp3-dev
Expand Down

0 comments on commit ca1ad94

Please sign in to comment.