Skip to content

Commit b1e6944

Browse files
committed
more pcmt
1 parent 518ff7d commit b1e6944

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
2424
python-version: ["3.11", "3.12"]
2525
env:
26-
LATEST_PYTHON_VERSION: "3.12"
26+
LATEST_PYTHON_VERSION: "3.12"
2727
steps:
2828
- name: Check out diffpy.pdffit2
2929
uses: actions/checkout@v4

.github/workflows/wheel.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77

88
jobs:
99
build_wheels:
10-
1110
defaults:
12-
run:
13-
shell: bash -l {0}
11+
run:
12+
shell: bash -l {0}
1413

1514
name: Build wheel ${{ matrix.python[0] }}-${{ matrix.buildplat[0] }}
1615
runs-on: ${{ matrix.buildplat[0] }}

0 commit comments

Comments
 (0)