Skip to content

Commit

Permalink
Update pythonTests.yml (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed May 1, 2023
1 parent 26bfc6d commit 56c37e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python-version: "3.x"
- name: Setup Pipenv
if: ${{ matrix.suite == 'pipenv' }}
run: pip3 install pipenv
run: python -m pip install pipenv
- name: Setup Poetry
if: ${{ matrix.suite == 'poetry' }}
run: pip3 install poetry==1.1.14
run: python -m pip install poetry==1.1.14
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xrayTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
with:
python-version: "3.x"
- name: Setup Pipenv
run: pip3 install pipenv
run: python -m pip install pipenv
- name: Setup Poetry
run: pip3 install poetry
run: python -m pip install poetry
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 56c37e1

Please sign in to comment.