Skip to content

Commit

Permalink
maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Apr 13, 2024
1 parent 4838755 commit 05b1aa3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
with:
environment-name: test-env
create-args: >-
python=${{ matrix.python-version }}
pip
${{ if ne(matrix.python-version, '3.12') }}
root
python=${{ matrix.python-version }} pip ${{ matrix.python-version != '3.12' && 'root' || '' }}
- name: Install Python dependencies
run: |
which python
Expand Down Expand Up @@ -74,10 +71,7 @@ jobs:
with:
environment-name: test-env
create-args: >-
python=${{ matrix.python-version }}
pip
${{ if ne(matrix.python-version, '3.12') }}
root
python=${{ matrix.python-version }} pip ${{ matrix.python-version != '3.12' && 'root' || '' }}
- name: Install Python dependencies
run: |
which python
Expand Down

0 comments on commit 05b1aa3

Please sign in to comment.