ci: remove python workaround

The provider tests seems to work now without this workaround.
This commit is contained in:
dundargoc 2023-12-07 13:50:17 +01:00 committed by dundargoc
parent a1bdf2852d
commit f707ce76ac

View File

@ -127,13 +127,6 @@ jobs:
- name: Create log dir
run: mkdir -p "$LOG_DIR"
# FIXME(dundargoc): this workaround is needed for macos as the python3
# provider tests suddenly started to become extremely flaky, and this
# removes the flakiness for some reason.
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- if: ${{ matrix.test != 'unittest' }}
name: Set up interpreter packages
run: |