From 41941b6baad9d241f08f4a0690efcff28e0c29e4 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 28 Aug 2022 14:22:52 +0800 Subject: [PATCH] debug --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dbb28f..2de52d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,8 @@ jobs: - name: install dependencies run: | brew update - brew install -y git python3 zsh curl - brew remove -y vim tmux + brew install git python3 zsh curl + brew remove vim tmux sudo pip3 install requests - name: checkout repo