We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5749a2 commit 3b9c253Copy full SHA for 3b9c253
2 files changed
.github/workflows/reusable-python-pytest.yml
@@ -95,7 +95,7 @@ jobs:
95
with:
96
python-version: ${{ matrix.python-version }}
97
98
- - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@DEVOPS-867
+ - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v2
99
name: Setup conda env
100
if: ${{ inputs.package-manager == 'conda' }}
101
env:
.github/workflows/reusable-python-static_analysis.yml
@@ -89,7 +89,7 @@ jobs:
89
90
python-version: ${{inputs.python-version}}
91
92
93
94
GIT_LFS_SKIP_SMUDGE: "1"
0 commit comments