Skip to content

Commit

Permalink
Py version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Jan 27, 2024
1 parent 1c92113 commit 3aef245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ on: [pull_request]
jobs:
black:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.11 ]
steps:
- uses: actions/checkout@v3
- name: "Upgrade pip"
run: "pip install --upgrade pip"
- name: "Print python version"
run: "python --version"
- name: "Install package"
run: pip install ".[dev]"
- name: "Run lint checks"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/no_debug_allowed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: [pull_request]
jobs:
is-debug-off:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.11 ]
steps:
- uses: actions/checkout@v3
- name: "Upgrade pip"
Expand Down

0 comments on commit 3aef245

Please sign in to comment.