Skip to content

Commit

Permalink
Update "Automerge check" job to include dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
shehadak authored Nov 30, 2023
1 parent 1244dbe commit 9f738eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python: '3.9'
env: PRIVATE_ACCESS=1
- stage: "Automerge check"
install: skip
install: python -m pip install -e ".[test]"
if: type = pull_request
script:
- |
Expand Down

0 comments on commit 9f738eb

Please sign in to comment.