Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Test python downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
F-X64 committed Oct 7, 2022
1 parent a5c672b commit 9c5ada8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/container_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
runs-on: ubuntu-latest
name: Setup rhelocator
steps:
- name: Set up Python 3.8.10
uses: actions/setup-python@v4
with:
python-version: 3.8.10

- name: Get full Python version
id: full-python-version
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- uses: robinraju/[email protected]
with:
latest: true
Expand Down

0 comments on commit 9c5ada8

Please sign in to comment.