Skip to content

Commit 2027734

Browse files
committed
Update CI workflows
1 parent 0696e49 commit 2027734

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/markdown_style_checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip setuptools wheel
2423
python -m pip install pymarkdownlnt
2524
- name: Lint with pymarkdown
2625
if: always()

.github/workflows/python_style_checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip setuptools wheel
2423
python -m pip install -e .[github]
2524
- name: Check formatting with black
2625
if: always()

.github/workflows/python_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, macos-13, windows-latest]
12+
os: [ubuntu-latest, macos-latest, windows-latest]
1313
python-version: ['3.9', '3.10', '3.11']
1414
steps:
1515
- name: Checkout repository
@@ -20,7 +20,6 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip setuptools wheel
2423
python -m pip install -e .[github]
2524
- name: Run tests with pytest
2625
if: always()

0 commit comments

Comments
 (0)