Skip to content

Commit

Permalink
Github Actions: use Python 3.10 for notebook tests (necessary because ..
Browse files Browse the repository at this point in the history
.. neuprint-python bugs out for 3.8)
  • Loading branch information
schlegelp committed Nov 28, 2023
1 parent 9e37766 commit e5ff1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooktest-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.10
- name: Install graphviz
run: |
sudo apt-get install -y graphviz graphviz-dev
Expand Down

0 comments on commit e5ff1dd

Please sign in to comment.