diff --git a/.forgejo/workflows/radios.yml b/.forgejo/workflows/radios.yml index ab7b2f5..8c9105f 100644 --- a/.forgejo/workflows/radios.yml +++ b/.forgejo/workflows/radios.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.11.13' - name: Install dependencies run: pip install pyradios requests