Skip to content

Commit eb938a5

Browse files
author
Jonas Danke
committed
Test24035 add tests
1 parent 048fdb5 commit eb938a5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/tests-coverage.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
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:

0 commit comments

Comments
 (0)