Skip to content

Commit

Permalink
3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent ae8c68d commit 8dc8a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/main-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ runs:
sudo apt install -y gcc-10 g++-10
- name: Setup Python
if: ${{ contains(github.workflow, 'host') || contains(github.workflow, 'test')}}
if: ${{ contains(github.job, 'host') || contains(github.workflow, 'test')}}
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Checkout ot3-firmware repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8dc8a04

Please sign in to comment.