mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
ci: remove python workaround
The provider tests seems to work now without this workaround.
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -127,13 +127,6 @@ jobs:
|
|||||||
- name: Create log dir
|
- name: Create log dir
|
||||||
run: mkdir -p "$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' }}
|
- if: ${{ matrix.test != 'unittest' }}
|
||||||
name: Set up interpreter packages
|
name: Set up interpreter packages
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user