From aa7e9a5cace23dbd6230762c03c10363222afc95 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 28 Jul 2021 09:26:50 +0200 Subject: [PATCH] Updated python publish --- .github/workflows/python-publish.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 69219b4..9c1ecd1 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -15,14 +15,13 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 - uses: actions/setup-python@v2 + - uses: s-weigand/setup-conda@v1 with: python-version: 3.6 - - name: Add conda to system path + - name: Which python run: | - # $CONDA is an environment variable pointing to the root of the miniconda directory - echo $CONDA/bin >> $GITHUB_PATH + conda --version + which python - name: Install dependencies run: | pip install . @@ -33,7 +32,6 @@ jobs: pip install hdbscan pip install loky pip install tridesclous>=1.6.3 - pip install - name: Test with pytest and build coverage report run: | pytest