Skip to content

Commit d9f2f42

Browse files
saicheranbsebhmg
authored andcommitted
[DEVOPS-690] Update reusable-python-pytest and static_analysis workflows to use main branch
1 parent f92449c commit d9f2f42

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
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
9696
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
9797

98-
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@DEVOPS-690-poetry2
98+
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@main
9999
name: Setup poetry env
100100
if: ${{ inputs.package-manager == 'poetry' }}
101101
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
8282
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
8383

84-
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@DEVOPS-690-poetry2
84+
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@main
8585
name: Setup poetry env
8686
if: ${{ inputs.package-manager == 'poetry' }}
8787
with:

0 commit comments

Comments
 (0)