We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93a4ac commit 52bde62Copy full SHA for 52bde62
.github/workflows/testing_in_conda.yml
@@ -49,6 +49,8 @@ jobs:
49
- name: Install Our Package
50
shell: bash
51
run: |
52
+ source ~/.profile
53
+ conda init --all
54
conda activate mtpy-v2-test
55
pip install -e .
56
conda list
0 commit comments