Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zulip==0.9.1
4 changes: 2 additions & 2 deletions .github/workflows/report_failures_nightly-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# Now post a success message to zulip, if the last message there is not a success message.
# https://chat.openai.com/share/87656d2c-c804-4583-91aa-426d4f1537b3
- name: Install Zulip API client
run: pip install zulip
run: pip install -r .github/requirements.txt

- name: Check last message and post if necessary
env:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
SHA: ${{ env.SHA }}
run: |
echo "Installing zulip CLI..."
pip install zulip
pip install -r .github/requirements.txt
echo "Configuring git identity for mathlib4-bot..."
git config --global user.name "mathlib4-bot"
git config --global user.email "github-mathlib4-bot@leanprover.zulipchat.com"
Expand Down
Loading