We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5115877 commit 7ceb832Copy full SHA for 7ceb832
.github/workflows/zulip-tests.yml
@@ -24,6 +24,8 @@ jobs:
24
sudo apt-get update
25
sudo apt-get install virtualenv
26
tools/provision --force
27
+ git remote add upstream https://github.com/zulip/python-zulip-api.git
28
+ git fetch upstream
29
30
- name: Running Test-Suite
31
run: |
0 commit comments