Skip to content

Commit

Permalink
test: use fixed Python version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyger committed Sep 25, 2024
1 parent cc02710 commit c7ebd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

env:
GO_VERSION: 1.14
PYTHON_VERSION: '3.x'
PYTHON_VERSION: '3.10'

jobs:
tests:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
- name: Integration tests
run: |
source ./venv/bin/activate
make integration
make integration

0 comments on commit c7ebd98

Please sign in to comment.