Update main.yml
This commit is contained in:
parent
4940526cbc
commit
f0f25822a0
1 changed files with 6 additions and 1 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -24,7 +24,12 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
|
||||
|
||||
# Install this package
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install .
|
||||
|
||||
# Install dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue