Skip to content

Commit

Permalink
gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Jan 14, 2024
1 parent 65fe748 commit 0378ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
shell: bash -l {0}
run: |
conda init bash
- name: Pip install
shell: bash -l {0}
run: |
conda activate base # Activate the conda environment
pip install -e . # Install the current Python library in editable mode
- name: Test with pytest
Expand Down

0 comments on commit 0378ce4

Please sign in to comment.