Skip to content

Commit

Permalink
Merge pull request #57 from MiraGeoscience/DEVOPS-466
Browse files Browse the repository at this point in the history
DEVOPS-466: Update input variable in shared workflows
  • Loading branch information
SophieCurinier authored Sep 27, 2024
2 parents a7ec480 + 6849346 commit 91db25e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue_to_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@main
secrets: inherit
with:
project_key: 'GEOPY'
project-key: 'GEOPY'
30 changes: 12 additions & 18 deletions .github/workflows/python_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,18 @@ jobs:
name: Static analysis
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@main
with:
package_manager: 'poetry'
app_name: 'las_geoh5'
python_vers: '3.10'
call-workflow-pytest-on-windows:
name: Pytest on Windows
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@main
package-manager: 'poetry'
app-name: 'las_geoh5'
python-version: '3.10'
call-workflow-pytest:
name: Pytest
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@main
with:
package_manager: 'poetry'
python_ver: '["3.10", "3.11", "3.12"]'
cache_number: 1
codecov_reference_python_ver: '3.10'
package-manager: 'poetry'
python-versions: '["3.10", "3.11", "3.12"]'
os: '["ubuntu-latest", "windows-latest"]'
cache-number: 1
codecov-reference-python-version: '3.10'
codecov-reference-os: '["windows-latest", "ubuntu-latest"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
call-workflow-pytest-on-unix-os:
name: Pytest on Unix OS
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_unix_os.yml@main
with:
package_manager: 'poetry'
python_ver: '["3.10", "3.11", "3.12"]'
os: '["ubuntu-latest"]'
cache_number: 1

0 comments on commit 91db25e

Please sign in to comment.