From f0f25822a08429995e063e6ace40378029d7fa8d Mon Sep 17 00:00:00 2001 From: timrid <6593626+timrid@users.noreply.github.com> Date: Sat, 2 Jan 2021 23:45:46 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 167b199..39e40a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |