Commit 408f02cb authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

Merge branch 'update_ci' into 'main'

use latest CI components

See merge request !33
parents 4d610c76 9805bd69
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,19 +5,19 @@ stages:
  - deploy

include:
  - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1
  - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2
    inputs:
      job_name: lint
      test_stage: lint
      test_cmd: pixi run lint_ci

  - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1
  - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2
    inputs:
      job_name: check_types
      test_stage: lint
      test_cmd: pixi run check_types

  - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1
  - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2
    inputs:
      job_name: test
      coverage_folder: "src"
@@ -30,4 +30,4 @@ include:
      run_after_script: |
        coveralls done

  - component: $CI_SERVER_FQDN/thht-ci-components/python/build_distribute@1.4.1
 No newline at end of file
  - component: $CI_SERVER_FQDN/thht-ci-components/python/build_distribute@1.5.2
 No newline at end of file