Skip to content

Commit 765c245

Browse files
committed
Peg linter versions
1 parent bba2dc5 commit 765c245

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/lint.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@ jobs:
1616
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
1717
- name: black
1818
uses: psf/black@stable
19+
with:
20+
version: 23.9.1
21+
jupyter: true
1922
- name: isort
2023
uses: isort/isort-action@master
2124
with:
2225
configuration: "--profile black"
26+
isort-version: 5.12.0
27+
- name: Install and configure Poetry
28+
uses: snok/install-poetry@v1
29+
with:
30+
version: 1.8.2
31+
virtualenvs-create: true
32+
virtualenvs-in-project: true
33+
- name: Test full poetry install
34+
run: poetry install

0 commit comments

Comments
 (0)