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

Commit aa7e9a5

Browse files
committed
Updated python publish
1 parent 66a4e57 commit aa7e9a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Set up Python 3.8
19-
uses: actions/setup-python@v2
18+
- uses: s-weigand/setup-conda@v1
2019
with:
2120
python-version: 3.6
22-
- name: Add conda to system path
21+
- name: Which python
2322
run: |
24-
# $CONDA is an environment variable pointing to the root of the miniconda directory
25-
echo $CONDA/bin >> $GITHUB_PATH
23+
conda --version
24+
which python
2625
- name: Install dependencies
2726
run: |
2827
pip install .
@@ -33,7 +32,6 @@ jobs:
3332
pip install hdbscan
3433
pip install loky
3534
pip install tridesclous>=1.6.3
36-
pip install
3735
- name: Test with pytest and build coverage report
3836
run: |
3937
pytest

0 commit comments

Comments
 (0)