Merge pull request #13064 from freqtrade/maint/remove_python_action

Remove python setup action
This commit is contained in:
Matthias
2026-04-16 06:56:13 +02:00
committed by GitHub
4 changed files with 11 additions and 48 deletions
@@ -2,7 +2,7 @@ name: Binance Leverage tiers update
on: on:
schedule: schedule:
- cron: "25 3 * * 4" - cron: "25 2 * * 4"
# on demand # on demand
workflow_dispatch: workflow_dispatch:
@@ -24,11 +24,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - name: Install uv and Python 🐍
with:
python-version: "3.14"
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
+7 -31
View File
@@ -32,12 +32,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Set up Python 🐍 - name: Install uv and Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
@@ -177,12 +172,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Set up Python 🐍 - name: Install uv and Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
@@ -201,7 +191,8 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - name: Set up Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with: with:
python-version: "3.13" python-version: "3.13"
@@ -219,12 +210,7 @@ jobs:
run: | run: |
./tests/test_docs.sh ./tests/test_docs.sh
- name: Set up Python 🐍 - name: Install uv and Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
@@ -256,12 +242,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Set up Python 🐍 - name: Install uv and Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "${{ matrix.python-version }}"
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
@@ -328,12 +309,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Set up Python 🐍 - name: Install uv and Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "${{ matrix.python-version }}"
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
+1 -6
View File
@@ -26,12 +26,7 @@ jobs:
with: with:
persist-credentials: true persist-credentials: true
- name: Set up Python - name: Install uv and Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.13'
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true
+1 -5
View File
@@ -25,11 +25,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - name: Install uv and Python 🐍
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with: with:
activate-environment: true activate-environment: true