Skip to content

Commit

Permalink
Merge pull request #1 from StacklokLabs/up-py
Browse files Browse the repository at this point in the history
Upgrade Python version in CI
  • Loading branch information
lukehinds authored Feb 22, 2024
2 parents b747d3c + d4f786c commit 8eb3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/train_and_inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8eb3791

Please sign in to comment.