Skip to content

Commit

Permalink
Nope, we should not use conda in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed May 27, 2020
1 parent eb42ddc commit 76df1aa
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,9 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install and Configure Miniconda
run: |
source .circleci/install_miniconda.sh
echo "MINICONDA_DIR=${MINICONDA_DIR}" >> "${BASH_ENV}"
- name: Create the build environment
run: |
export CONDA_ENV_TYPE="tst_py3.7"
source .circleci/create_env.sh
echo "CONDA_ENV_PATH=${CONDA_ENV_PATH}" >> "${BASH_ENV}"
- name: Install the package and dependencies
run: |
source "${MINICONDA_DIR}/etc/profile.d/conda.sh"
conda activate "${CONDA_ENV_PATH}"
python -m pip install --upgrade pip
pip install -e .
pip install PyGithub>=1.44.1 twine>=3.1.1 tqdm
- name: Build Distribution
Expand Down

0 comments on commit 76df1aa

Please sign in to comment.