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 2164612 commit ae4fdcd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:
flake8 --exclude deprecated . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install current Python library
shell: bash
shell: bash -l {0}
run: |
conda init
conda init bash
source ~/.bashrc
conda activate base # Activate the conda environment
pip install -e . # Install the current Python library in editable mode
- name: Test with pytest
shell: bash
shell: bash -l {0}
run: |
conda activate base # Activate the conda environment
pytest tests -rsx
Expand Down

0 comments on commit ae4fdcd

Please sign in to comment.