Skip to content

Commit

Permalink
Merge branch 'master' into weight_scale
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Feb 25, 2022
2 parents 5273d17 + 15b95f7 commit f85b0fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -41,15 +41,15 @@ jobs:

- name: Install pip, etc
uses: ./support/actions/python-tools
- name: Install matplotlib
uses: ./support/actions/install-matplotlib
- name: Checkout SpiNNaker Dependencies
uses: ./support/actions/checkout-spinn-deps
with:
repositories: >
SpiNNUtils SpiNNMachine SpiNNMan PACMAN DataSpecification spalloc
SpiNNFrontEndCommon sPyNNaker
install: true
- name: Install matplotlib
uses: ./support/actions/install-matplotlib
- name: install test requirements as no setup
run: pip install -r requirements-test.txt
- name: Test with pytest
Expand Down

0 comments on commit f85b0fb

Please sign in to comment.