Skip to content

Commit

Permalink
troubleshoot windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Nov 26, 2023
1 parent 4c03305 commit ebb4c28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
- name: Install current Python library
run: |
conda activate base # Activate the conda environment
source 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
run: |
conda install pytest
conda activate base & pytest tests
source activate base
pytest tests

0 comments on commit ebb4c28

Please sign in to comment.