Skip to content

Commit 1779ed0

Browse files
committed
Simplify workflow configs by removing an environment variable that wasn't used any longer
1 parent bba9e50 commit 1779ed0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ name: CI
44

55
on: [push, pull_request]
66

7-
env:
8-
PYTHON_LATEST: 3.9
9-
107
jobs:
118
ci:
129
strategy:

.github/workflows/doc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ name: Doc
44

55
on: [push, pull_request]
66

7-
env:
8-
PYTHON_LATEST: 3.9
9-
107
jobs:
118
doc:
129
strategy:

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ name: Lint
44

55
on: [push, pull_request]
66

7-
env:
8-
PYTHON_LATEST: 3.9
9-
107
jobs:
118
lint:
129
strategy:

0 commit comments

Comments
 (0)