Skip to content

Commit

Permalink
Add Python deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jun 23, 2024
1 parent 0a037a7 commit 7dac9dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Cache test files
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit 7dac9dd

Please sign in to comment.