diff --git a/.github/workflows/action-test-demo.yml b/.github/workflows/action-test-demo.yml index 7bddf85..63c1ba3 100644 --- a/.github/workflows/action-test-demo.yml +++ b/.github/workflows/action-test-demo.yml @@ -40,9 +40,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + - run: ls -ahl - name: Install python dependencies run: pip install -r requirements.txt - - run: ls -ahl - name: Run pytest run: pytest env: