Skip to content

Commit 6932f28

Browse files
committed
Simplify
1 parent a8b78d0 commit 6932f28

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/install-conda.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,8 @@ jobs:
3636
python=${{ matrix.python-version }}
3737
-c conda-forge ${{ matrix.install-target }}
3838
init-shell: bash
39-
- name: Get version non-windows
39+
- name: Get version
4040
shell: bash -leo pipefail {0}
41-
if: matrix.os != 'windows-latest'
42-
run: |
43-
INSTALLED_VERSION=`python -c 'import pandas_openscm; print(f"v{pandas_openscm.__version__}")'`
44-
echo $INSTALLED_VERSION
45-
echo "INSTALLED_VERSION=$INSTALLED_VERSION" >> $GITHUB_ENV
46-
- name: Get version windows
47-
shell: bash -leo pipefail {0}
48-
if: matrix.os == 'windows-latest'
4941
run: |
5042
INSTALLED_VERSION=`python -c 'import pandas_openscm; print(f"v{pandas_openscm.__version__}")'`
5143
echo $INSTALLED_VERSION

0 commit comments

Comments
 (0)