Skip to content

Commit

Permalink
activate env before using the Python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Dec 14, 2023
1 parent d953d33 commit 51fab15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Run tests
run: |
conda activate test-install-conflowgen
python -c "import conflowgen; print('ConFlowGen version: ', conflowgen.__version__)"
python -m pytest --pyargs conflowgen
Expand Down

0 comments on commit 51fab15

Please sign in to comment.