Skip to content

Commit

Permalink
Fix CI python
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Dec 17, 2023
1 parent ff46127 commit f49d33e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
backend:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
python-version: ['3.11']
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit f49d33e

Please sign in to comment.