mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-07 09:29:48 +00:00
Fix steps in test
This commit is contained in:
parent
66fc79695e
commit
c2c47610c8
7
.github/workflows/default.yml
vendored
7
.github/workflows/default.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest
|
pip install pytest
|
||||||
- name: Install windows dependencies
|
- name: Install windows dependencies
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
@ -77,9 +77,6 @@ jobs:
|
|||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
run: |
|
run: |
|
||||||
pip install pyobjc-framework-Cocoa
|
pip install pyobjc-framework-Cocoa
|
||||||
- name: Build python modules
|
|
||||||
run: |
|
|
||||||
python build.py --modules
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest core hscommon
|
pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user