Skip to content

Commit

Permalink
Try to lock python version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Feb 8, 2024
1 parent efdd2ab commit edd99ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.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@v1
with:
python-version: '3.x'
python-version: '3.10'
- name: Set-up latest pip
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit edd99ad

Please sign in to comment.