Skip to content

Commit 08953b2

Browse files
committed
Update workflow to use DEVOPS-690-poetry2 branch for static analysis and pytest
1 parent 38875c1 commit 08953b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ concurrency:
2424
jobs:
2525
call-workflow-static-analysis:
2626
name: Static analysis
27-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@main
27+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@DEVOPS-690-poetry2
2828
with:
2929
package-manager: 'poetry'
3030
app-name: 'omf'
3131
python-version: '3.10'
3232
call-workflow-pytest:
3333
name: Pytest
34-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@main #dummy
34+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@DEVOPS-690-poetry2
3535
with:
3636
package-manager: 'poetry'
3737
python-versions: '["3.10", "3.11", "3.12"]'

0 commit comments

Comments
 (0)