Skip to content

Commit

Permalink
sync build with python class (PHY 546)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 13, 2024
1 parent df38fee commit 6b57c75
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
cache: "pip"

- name: Install Python dependencies
run: |
sudo apt-get install python3-pip
sudo apt-get install python3-pip graphviz
pip install -r requirements.txt
pip install ghp-import
PATH="${PATH}:${HOME}/.local/bin"
Expand Down

0 comments on commit 6b57c75

Please sign in to comment.