Skip to content

Commit

Permalink
Add grapy to github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 7, 2024
1 parent d8aac26 commit 63458de
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 PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3
run: pip3 install black pytest PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3 graypy==2.1.0 httpx==0.27.0

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

0 comments on commit 63458de

Please sign in to comment.