Skip to content

Commit

Permalink
drop show-version line
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Dec 12, 2023
1 parent d883ec3 commit 1c349f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Run tests
run: |
conda activate test-install-conflowgen
python -c 'import conflowgen; print(conflowgen.__version__)'
python -m pytest --pyargs conflowgen
build-conda-on-linux:
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate test-install-conflowgen
python -c 'import conflowgen; print(conflowgen.__version__)'
python -m pytest --pyargs conflowgen
build-pip:
Expand Down Expand Up @@ -111,5 +109,4 @@ jobs:
- name: Run tests
run: |
python -c 'import conflowgen; print(conflowgen.__version__)'
python -m pytest --pyargs conflowgen

0 comments on commit 1c349f3

Please sign in to comment.