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 1425620 commit 65fe748
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 --exclude deprecated . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install current Python library
- name: Initialize conda
shell: bash -l {0}
run: |
conda init bash
source ~/.bashrc
- name: Pip install
shell: bash -l {0}
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 65fe748

Please sign in to comment.