File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 required : false
3838 type : string
3939 virtual-repo-names :
40- description : ' List of repository names to publish on (e.g. ["public-dev-pypi"])'
40+ description : ' List of repository names to resolve on (e.g. ["public-dev-pypi"])'
4141 required : false
4242 type : string
4343 lfs :
@@ -112,6 +112,7 @@ jobs:
112112 with :
113113 cache-number : ${{ inputs.cache-number }}
114114 runner-os : ${{ runner.os }}
115+
115116 - uses : MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@DEVOPS-584
116117 name : Setup pixi env
117118 if : ${{ inputs.package-manager == 'pixi' }}
Original file line number Diff line number Diff line change 6868 with :
6969 lfs : ${{ inputs.lfs }}
7070 fetch-depth : 0
71+
7172 - name : Set up Python version
7273 uses : actions/setup-python@v5
7374 with :
9899 with :
99100 cache-number : ${{ inputs.cache-number }}
100101 runner-os : ${{ runner.os }}
102+
101103 - uses : MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@DEVOPS-584
102104 name : Setup pixi env
103105 if : ${{ inputs.package-manager == 'pixi' }}
You can’t perform that action at this time.
0 commit comments