File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515jobs :
1616
17- queue :
17+ queue :
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Wait for available slot (max 4 branches)
@@ -102,7 +102,7 @@ queue:
102102 env :
103103 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104104
105- build :
105+ build :
106106 name : " ${{ matrix.name-suffix }} at py${{ matrix.python-version }} on ${{ matrix.os }}"
107107 runs-on : ${{ matrix.os }}
108108 needs : queue
@@ -138,22 +138,22 @@ build:
138138 with :
139139 python-version : ${{ matrix.python-version }}
140140
141- # Julia is only needed on Linux
141+ # Julia is only needed on Linux
142142 - name : Set up Julia
143143 if : runner.os == 'Linux'
144144 uses : julia-actions/setup-julia@v2
145145 with :
146146 version : " 1.6"
147147
148- # Linux package installation (classic pip install)
149- - name : Install dependencies (Linux)
150- if : runner.os == 'Linux'
151- run : |
152- pip install --upgrade pip wheel setuptools
153- pip install -e "."
148+ # Linux package installation (classic pip install)
149+ - name : Install dependencies (Linux)
150+ if : runner.os == 'Linux'
151+ run : |
152+ pip install --upgrade pip wheel setuptools
153+ pip install -e "."
154154
155155 # Windows package installation via Conda environment file
156- - name : Install dependencies (Windows)
156+ - name : Install dependencies (Windows)
157157 if : runner.os == 'Windows'
158158 uses : conda-incubator/setup-miniconda@v3
159159 with :
You can’t perform that action at this time.
0 commit comments