Do not use setup-python action on containres

This commit is contained in:
Daniel A. Wozniak 2024-11-10 15:42:12 -07:00 committed by Daniel Wozniak
parent 054296f0c3
commit 49e1d82270

View file

@ -131,9 +131,9 @@ jobs:
SALT_TRANSPORT: ${{ matrix.transport }}
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'
- name: Check python
run: |