We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b78d0 commit 6932f28Copy full SHA for 6932f28
.github/workflows/install-conda.yaml
@@ -36,16 +36,8 @@ jobs:
36
python=${{ matrix.python-version }}
37
-c conda-forge ${{ matrix.install-target }}
38
init-shell: bash
39
- - name: Get version non-windows
+ - name: Get version
40
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'
49
run: |
50
INSTALLED_VERSION=`python -c 'import pandas_openscm; print(f"v{pandas_openscm.__version__}")'`
51
echo $INSTALLED_VERSION
0 commit comments