diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index eada2aa..88b1dbc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,6 +13,7 @@ jobs: - name: install dependencies run: | python -m pip install --upgrade pip + pwd pip install -r requirements.txt - name: run script