From 56f5cf9385d857a98ca9903bc22006d1e5b2bdb7 Mon Sep 17 00:00:00 2001 From: alisman Date: Wed, 5 Oct 2022 15:32:43 -0400 Subject: [PATCH] upgrade yarn --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a688a611f56..c6fcb5103b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -241,10 +241,6 @@ jobs: steps: - attach_workspace: at: /tmp/ - - run: - name: "Upgrade yarn" - command: | - sudo npm install --global yarn@1.22.5 --force # - run: # # needed to get python3 on the path (https://discuss.circleci.com/t/pyenv-pyvenv-command-not-found/4087/2) # name: Add python3 to path [corrects bug in circle ci image and may be removed in the future]