Skip to content

Commit 4eaf6f0

Browse files
Restore optional.yml
1 parent 732a842 commit 4eaf6f0

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/optional.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Optional"
1+
name: 'Optional'
22

33
on:
44
push:
@@ -12,45 +12,45 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v3
1616

17-
- name: Install project dependencies
18-
uses: ./.github/setup
19-
with:
20-
os: ubuntu-latest
21-
python-version: "3.11"
17+
- name: Install project dependencies
18+
uses: ./.github/setup
19+
with:
20+
os: ubuntu-latest
21+
python-version: '3.11'
2222

23-
- name: Run pytest (against pandas nightly)
24-
run: poetry run poe pytest --nightly
23+
- name: Run pytest (against pandas nightly)
24+
run: poetry run poe pytest --nightly
2525

2626
mypy_nightly:
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 10
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v3
3232

33-
- name: Install project dependencies
34-
uses: ./.github/setup
35-
with:
36-
os: ubuntu-latest
37-
python-version: "3.11"
33+
- name: Install project dependencies
34+
uses: ./.github/setup
35+
with:
36+
os: ubuntu-latest
37+
python-version: '3.11'
3838

39-
- name: Run mypy tests with mypy nightly
40-
run: poetry run poe mypy --mypy_nightly
39+
- name: Run mypy tests with mypy nightly
40+
run: poetry run poe mypy --mypy_nightly
4141

4242
pyright_strict:
4343
runs-on: ubuntu-latest
4444
timeout-minutes: 10
4545

4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v3
4848

49-
- name: Install project dependencies
50-
uses: ./.github/setup
51-
with:
52-
os: ubuntu-latest
53-
python-version: "3.11"
49+
- name: Install project dependencies
50+
uses: ./.github/setup
51+
with:
52+
os: ubuntu-latest
53+
python-version: '3.11'
5454

55-
- name: Run pyright tests with full strict mode
56-
run: poetry run poe pyright_strict
55+
- name: Run pyright tests with full strict mode
56+
run: poetry run poe pyright_strict

0 commit comments

Comments
 (0)