From 27c34cb51f23d43bf9cbc58d818ff17da41710df Mon Sep 17 00:00:00 2001 From: Adam Li Date: Mon, 30 Oct 2023 21:20:59 -0400 Subject: [PATCH] Use python3.10 Signed-off-by: Adam Li --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb587d019..34712c664 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,11 +68,6 @@ jobs: name: Install pysal dependencies command: | sudo apt install libspatialindex-dev xdg-utils shared-mime-info desktop-file-utils - - run: - name: Setup torch for pgmpy - command: | - sudo apt-get install nvidia-cuda-toolkit nvidia-cuda-toolkit-gcc - - run: name: Setup pandoc command: sudo apt update && sudo apt install -y pandoc optipng @@ -86,6 +81,10 @@ jobs: command: | poetry --version poetry show + - run: + name: Setup torch for pgmpy + command: | + sudo apt-get install nvidia-cuda-toolkit nvidia-cuda-toolkit-gcc - run: name: Check installation command: |