Skip to content

Commit

Permalink
Install dependencies for github action pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 7, 2024
1 parent d1ceea4 commit d8aac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.11'

- name: Install dependencies
run: pip3 install black pytest
run: pip3 install black pytest PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3

- name: Lint with black
run: black --line-length 125 . --check
Expand Down

0 comments on commit d8aac26

Please sign in to comment.