From cbfb8ad7eea554e5c00504ccba5aa2f1e6c63284 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Thu, 30 May 2024 14:49:54 +0100 Subject: [PATCH] Update workflow file to install datashuttle. --- .github/workflows/code_test_and_deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_test_and_deploy.yml b/.github/workflows/code_test_and_deploy.yml index 48a780b6..db434ea1 100644 --- a/.github/workflows/code_test_and_deploy.yml +++ b/.github/workflows/code_test_and_deploy.yml @@ -23,6 +23,7 @@ jobs: run: shell: bash -l {0} + # This duplicates `test_conda_install` stratergy. strategy: matrix: os: [windows-latest, macos-latest, macos-14, ubuntu-latest] @@ -37,11 +38,12 @@ jobs: auto-update-conda: true channels: conda-forge activate-environment: "true" - - name: Install RClone + - name: Install Conda Install run: | conda activate true - conda install -c conda-forge rclone - - name: Install dependencies + conda install -c conda-forge datashuttle + conda uninstall datashuttle + - name: Install local datashuttle run: | python -m pip install --upgrade pip pip install .[dev]