From cf54924f377eb903c8da5ddc4fb9d7a27617d8d8 Mon Sep 17 00:00:00 2001 From: Rob Miles Date: Sun, 2 Jul 2023 19:20:35 +0100 Subject: [PATCH] remove temporary conda update line --- .github/workflows/deploy-to-production-server.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-to-production-server.yml b/.github/workflows/deploy-to-production-server.yml index 449eb44..26d8cfb 100644 --- a/.github/workflows/deploy-to-production-server.yml +++ b/.github/workflows/deploy-to-production-server.yml @@ -44,9 +44,6 @@ jobs: # <<< conda initialize <<< conda deactivate - - # temporary line to update conda - conda update -n base -c defaults conda export ENVIRONMENT_TYPE="production" export DATABASE_PATH="/home/rob/stampy.local/stampy.db"