File tree 3 files changed +18
-14
lines changed
3 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 7
7
with :
8
8
conda-build-version : " 24.11.2"
9
9
10
+ - run : ls C:\Miniconda\Lib
11
+ shell : bash -l {0}
12
+
13
+ - run : ls C:\Miniconda\Library\bin
14
+ shell : bash -l {0}
15
+
10
16
- run : conda build --no-anaconda-upload --output-folder dist .
11
17
# See https://github.com/conda-incubator/setup-miniconda/blame/059455a698430d8b68fa317268fa2e3da3492a98/README.md#L609-L610.
12
18
shell : bash -l {0}
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : astral-sh/setup-uv@v5
11
11
with :
12
- # The cache key already contains the OS and the architecture.
13
- cache-suffix : ${{ inputs.python-version }}
14
12
enable-cache : true
15
13
python-version : ${{ inputs.python-version }}
16
14
version : " 0.5.16"
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
runner :
13
- - macos-13 # x64
14
- - macos-14 # arm64
13
+ # - macos-13 # x64
14
+ # - macos-14 # arm64
15
15
- ubuntu-24.04
16
- - ubuntu-24.04-arm64 # GitHub-hosted larger runner in the ActiveViam organization.
17
- - windows-2022
16
+ # - ubuntu-24.04-arm64 # GitHub-hosted larger runner in the ActiveViam organization.
17
+ # - windows-2022
18
18
python :
19
19
- " 3.10"
20
20
include :
21
21
- runner : ubuntu-24.04
22
22
python : " 3.11"
23
- - runner : ubuntu-24.04
24
- python : " 3.12"
25
- - runner : ubuntu-24.04
26
- python : " 3.13"
23
+ # - runner: ubuntu-24.04
24
+ # python: "3.12"
25
+ # - runner: ubuntu-24.04
26
+ # python: "3.13"
27
27
fail-fast : false
28
28
steps :
29
29
- uses : actions/checkout@v4
@@ -62,10 +62,10 @@ jobs:
62
62
strategy :
63
63
matrix :
64
64
runner :
65
- - macos-13 # x64
66
- - macos-14 # arm64
67
- - ubuntu-24.04
68
- - ubuntu-24.04-arm64 # GitHub-hosted larger runner in the ActiveViam organization.
65
+ # - macos-13 # x64
66
+ # - macos-14 # arm64
67
+ # - ubuntu-24.04
68
+ # - ubuntu-24.04-arm64 # GitHub-hosted larger runner in the ActiveViam organization.
69
69
- windows-2022
70
70
steps :
71
71
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments