Skip to content

Commit

Permalink
Github actions: fix Python install for notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Nov 28, 2023
1 parent e5ff1dd commit 4446977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notebooktest-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Install graphviz
run: |
sudo apt-get install -y graphviz graphviz-dev
Expand Down

0 comments on commit 4446977

Please sign in to comment.