Skip to content

Commit

Permalink
fix: specified the Python version to avoid errors in actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Umpire2018 committed Apr 27, 2024
1 parent 8cd6995 commit 75a89cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'
cache: 'poetry'

- name: Install Python dependencies using Poetry
Expand Down

0 comments on commit 75a89cf

Please sign in to comment.