Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Feb 15, 2021
1 parent e5d7e30 commit cc07870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test_task:
container:
image: python:3
setup_script:
- pip install --use-deprecated=legacy-resolve -e "git+https://github.com/gqlmod/gqlmod.git#egg=gqlmod[httpx]" .
- pip install --use-deprecated=legacy-resolver -e "git+https://github.com/gqlmod/gqlmod.git#egg=gqlmod[httpx]" .
- pip install pytest
test_script:
- pytest
Expand Down

0 comments on commit cc07870

Please sign in to comment.