Skip to content

Commit

Permalink
[cicd] conda build: remove 'activate-environment: test'
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 4313f20 commit 0b87a0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: test
python-version: '3.10'
environment-file: environment.yml
- name: Set paths and variables
Expand All @@ -27,8 +26,6 @@ jobs:
- name: Install package
shell: bash -el {0}
run: |
echo $(pwd)
echo $(which pip)
pip install .
- name: Test with pytest
shell: bash -el {0}
Expand Down

0 comments on commit 0b87a0d

Please sign in to comment.