Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix python version in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 17, 2023
1 parent 776e8d3 commit 623f973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install python packages
uses: ./.github/actions/install_requirements
with:
python_version: 3.10
python_version: "3.10"
requirements_file: requirements-dev-3.x.txt
install_options: -e .[dev]

Expand Down

0 comments on commit 623f973

Please sign in to comment.