Skip to content

Commit

Permalink
setting the version of python to use
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 12, 2024
1 parent e6c9660 commit e201bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ runs:

- name: Install Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.12' # Use the desired Python version

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit e201bcc

Please sign in to comment.