diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 715fd11..aebc1cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,7 @@ jobs: - name: Install dependencies run: | + pip install . pip install -r requirements.txt # (optional) Cache your executed notebooks between runs