From b241ff92f3ef45ead426d86e49c56862060f9a88 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 28 Aug 2022 14:20:40 +0800 Subject: [PATCH] debug --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27c2452..1dbb28f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,9 +40,9 @@ jobs: steps: - name: install dependencies run: | - sudo brew update - sudo brew install -y git python3 zsh curl - sudo brew remove -y vim tmux + brew update + brew install -y git python3 zsh curl + brew remove -y vim tmux sudo pip3 install requests - name: checkout repo