Skip to content

Commit

Permalink
Fix workflow to use parent requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Sep 13, 2024
1 parent 5263539 commit e6b58b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
python-version: "3.10"

- name: Install dependencies
working-directory: ${{ matrix.app-folder }}
run: |
echo "Installing Python dependencies"
python -m pip install --upgrade pip
Expand Down

0 comments on commit e6b58b2

Please sign in to comment.