Update main.yml

This commit is contained in:
timrid 2021-01-02 23:45:46 +01:00 committed by GitHub
parent 4940526cbc
commit f0f25822a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |