From 5d41f6dfdbe99358231d9ebddbadfa0e9b9aeabf Mon Sep 17 00:00:00 2001 From: Eduardo MG Date: Sun, 7 May 2023 16:43:41 -0600 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b02427bc..c964555de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: name: Install Required Packages command: | sudo apt-get update - sudo apt-get install -y curl python-pip bzip2 + sudo apt-get install -y curl python3-pip bzip2 curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar xjvf - sudo pip install --upgrade pip sudo pip install setuptools-rust