Skip to content

Commit 3b9c253

Browse files
committed
[DEVOPS-867] point to v2
1 parent e5749a2 commit 3b9c253

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
python-version: ${{ matrix.python-version }}
9797

98-
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@DEVOPS-867
98+
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v2
9999
name: Setup conda env
100100
if: ${{ inputs.package-manager == 'conda' }}
101101
env:

.github/workflows/reusable-python-static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
python-version: ${{inputs.python-version}}
9191

92-
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@DEVOPS-867
92+
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v2
9393
name: Setup conda env
9494
env:
9595
GIT_LFS_SKIP_SMUDGE: "1"

0 commit comments

Comments
 (0)