Skip to content

Commit

Permalink
Fix TestPipInstallNativeSyntax in Ubuntu (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Nov 1, 2023
1 parent 549c0e2 commit 2eb861c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pythonTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,11 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Setup Python3 in Ubuntu/MacOS
uses: actions/setup-python@v4
with:
python-version: "3.x"
if: runner.os != 'Windows'
# Due to a bug in Python 3.12.0 in Windows we temporary use version 3.11.5
- name: Setup Python3 in Windows
# Due to a bug in Python 3.12.0 we temporary use version 3.11.5
- name: Setup Python3
uses: actions/setup-python@v4
with:
python-version: "3.11.5"
if: runner.os == 'Windows'
- name: Setup Pipenv
if: ${{ matrix.suite == 'pipenv' }}
run: python -m pip install pipenv
Expand Down

0 comments on commit 2eb861c

Please sign in to comment.