Skip to content

Commit

Permalink
fix patched env grep test
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Apr 1, 2021
1 parent 7f20cc5 commit 04d1f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
if: contains(matrix.environment-file, '.yml') && matrix.python-version
run: |
set -eux
diff '${{ steps.setup-miniconda.outputs.environment-file }}' '${{ matrix.python-version }}' | grep 'python=${{ matrix.python-version }}'
diff '${{ steps.setup-miniconda.outputs.environment-file }}' '${{ matrix.environment-file }}' | grep 'python=${{ matrix.python-version }}'
python --version | grep "Python ${{ matrix.python-version }}"
awk '/- conda-forge/,/- defaults/' '${{ steps.setup-miniconda.outputs.environment-file }}'

0 comments on commit 04d1f60

Please sign in to comment.