Skip to content

Commit

Permalink
[Fixes #11612] Run tests using python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Oct 17, 2023
1 parent 07642cc commit ea77c0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python-version}}

- name: Display Python version
run: python --version

- name: Install flake8 & black
run: pip install flake8 black

Expand Down

0 comments on commit ea77c0b

Please sign in to comment.