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 82326f1 commit 7c4aeed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ jobs:
flake8 --exclude deprecated . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install current Python library
shell: bash
run: |
source activate base # Activate the conda environment
conda activate base # Activate the conda environment
pip install -e . # Install the current Python library in editable mode
# pip install cloudmesh-vpn
- name: Test with pytest
shell: bash
run: |
conda install pytest
source activate base & pytest tests -rsx
conda activate base # Activate the conda environment
pytest tests -rsx
# build-windows:
Expand Down

0 comments on commit 7c4aeed

Please sign in to comment.