Skip to content

Commit

Permalink
Merge pull request #77 from tharropoulos/ci
Browse files Browse the repository at this point in the history
ci: change python semantic version to 3.10
  • Loading branch information
jasonbosco authored Jan 29, 2025
2 parents 7e6cf4a + 50e8a28 commit eb6e5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"
- run: touch .env
- run: |
echo "TYPESENSE_API_KEY=xyz
Expand Down

0 comments on commit eb6e5d7

Please sign in to comment.