diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-07 13:50:17 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-08 22:00:49 +0100 |
commit | f707ce76acb86e064d549dc762f5636af072d3c5 (patch) | |
tree | 0bd44f9fb316c3ac718f9bb070cde7725bfc8b9e | |
parent | a1bdf2852d6d848e5b4522f9a66d53e9296c1872 (diff) | |
download | rneovim-f707ce76acb86e064d549dc762f5636af072d3c5.tar.gz rneovim-f707ce76acb86e064d549dc762f5636af072d3c5.tar.bz2 rneovim-f707ce76acb86e064d549dc762f5636af072d3c5.zip |
ci: remove python workaround
The provider tests seems to work now without this workaround.
-rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 0 insertions, 7 deletions
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: | |