Skip to content

Commit

Permalink
CLN: remove commented-out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Mar 26, 2024
1 parent aa9cd1c commit 4f795c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
echo "CONDA_PACK_TEMPLATE_DIR=${CONDA_PACK_TEMPLATE_DIR}" >> $GITHUB_ENV
env_name=$(cat configs/config-py${PYTHONVER}.yml | shyaml get-value env_name)
# env_name=$(cat configs/config-py${PYTHONVER}.yml | yq .env_name)
# env_name=$(cat configs/config-py${PYTHONVER}.yml | grep -e "^env_name:" | tail -n1 | cut -d ":" -f2 | sed 's/ //g; s/"//g')
export CONDA_PACK_ENV_NAME=${env_name}
echo "CONDA_PACK_ENV_NAME=${CONDA_PACK_ENV_NAME}" >> $GITHUB_ENV
Expand Down

0 comments on commit 4f795c8

Please sign in to comment.