Skip to content

Commit 4734174

Browse files
committed
MAINT: Small fixes to actions
1 parent 7d1f1ad commit 4734174

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/cron-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
python-version: '3.x'
4646

4747
- name: Install cibuildwheel
48-
run: python -m pip install cibuildwheel==2.10.2
48+
run: python -m pip install cibuildwheel==2.12.2
4949

5050
- name: Build wheels
51-
run: |
52-
python -m cibuildwheel --output-dir wheelhouse .
51+
run: python -m cibuildwheel --output-dir wheelhouse .

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install pandoc
2626
uses: r-lib/actions/setup-pandoc@v2
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies

0 commit comments

Comments
 (0)