Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Updated python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jul 28, 2021
1 parent 66a4e57 commit aa7e9a5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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
Expand Down

0 comments on commit aa7e9a5

Please sign in to comment.