From f707ce76acb86e064d549dc762f5636af072d3c5 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 7 Dec 2023 13:50:17 +0100 Subject: ci: remove python workaround The provider tests seems to work now without this workaround. --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82fc31e874..941393497a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | -- cgit