Skip to content

Commit

Permalink
install python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored May 24, 2024
1 parent 9bd23b6 commit ef24e4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
cache: "pip"
cache-dependency-path: '**/requirements.test.txt'

- name: Install Python dependencies
shell: bash
run: pip install -r requirements.test.txt

- name: Cache Test data
id: cache-testdata
uses: actions/cache@v4
Expand Down

0 comments on commit ef24e4c

Please sign in to comment.