Skip to content

Commit

Permalink
chore: download python dependencies from requirements-test.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Mar 24, 2022
1 parent e8c8cf9 commit 25e6ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
with:
python-version: 3.6
cache: "pip"
cache-dependency-path: "requirements-test.txt"

- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade -r requirements-test.txt
- name: Run tests
run: go test -race -covermode atomic -coverprofile='profile.cov' ./...
Expand Down

0 comments on commit 25e6ace

Please sign in to comment.