Skip to content

Commit

Permalink
Upgrade github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Jul 18, 2023
1 parent 32226e1 commit fb81371
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.8'
- name: Install dependencies
run: |
sudo apt-get install libgraphviz-dev
Expand Down

0 comments on commit fb81371

Please sign in to comment.