No python in pipeline
Some checks failed
Test build / build (push) Failing after 29s

This commit is contained in:
Adam Štrauch 2025-01-20 14:13:53 +01:00
parent 3bd1605272
commit 0e9bcaf531
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -16,9 +16,6 @@ jobs:
runs-on: [dev, amd64] runs-on: [dev, amd64]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13.1'
- name: Get git tag - name: Get git tag
id: get_tag id: get_tag
if: github.event_name == 'release' if: github.event_name == 'release'