Skip to content

Commit

Permalink
Final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 19, 2023
1 parent b2cdaa5 commit 33990b2
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Clone compile-sketches to get python version (using nektos/act locally)
# if: ${{ env.ACT }}
# run: cd /tmp; if [ ! -d compile-sketches ]; then git clone 'https://github.com/arduino/compile-sketches'; fi
# - name: setup-python (when running locally for nektos/act compatibility)
# if: ${{ env.ACT }}
# uses: actions/setup-python@v4
# with:
# python-version-file: /tmp/compile-sketches/.python-version
# - name: Install Poetry (when running locally for nektos/act compatibility)
# if: ${{ env.ACT }}
# uses: snok/install-poetry@v1
# - name: Install pipx (when running locally for nektos/act compatibility)
# if: ${{ env.ACT }}
# run: pip install pipx
- name: Update PATH
- name: Update PATH if using nektos/act locally
if: ${{ env.ACT }}
run: |
echo "/root/.local/bin" >> $GITHUB_PATH
- name: Copy file if necessary
Expand Down

0 comments on commit 33990b2

Please sign in to comment.