chore: remove unnecessary python action
All checks were successful
/ build (push) Successful in 5m39s
/ check-changes (push) Successful in 7s

This commit is contained in:
Djuri 2025-03-28 12:27:24 +01:00
parent 1b559f08dd
commit e9096af0a3
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1

View file

@ -50,9 +50,6 @@ jobs:
~/node_modules
~/.cache/ms-playwright
key: ${{ runner.os }}-pio-playwright-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-python@v5
with:
python-version: '>=3.10'
- name: Get current date
id: dateAndTime
run: echo "dateAndTime=$(date +'%Y-%m-%d-%H:%M')" >> $GITHUB_OUTPUT