Skip to content

Commit

Permalink
Updated tox line
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 29, 2023
1 parent 67a456b commit a55f299
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,11 @@ jobs:
python-version: ${{ matrix.python-version }}

# Windows custom steps
- name: Setup Python ${{ matrix.python-version }} for Windows
if: runner.os == 'Windows'
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Setup Conda on Windows
if: runner.os == 'Windows'
uses: s-weigand/setup-conda@v1
with:
activate-conda: false
python-version: ${{ matrix.python-version }}

- name: Change Conda solver and install Pyside2
if: runner.os == 'Windows'
Expand All @@ -74,8 +68,8 @@ jobs:
- name: Install tox
if: runner.os == 'Windows'
run: |
pip install tox
tox --version
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Run tests
if: runner.os == 'Windows'
Expand Down

0 comments on commit a55f299

Please sign in to comment.