Skip to content

Commit 3d40d9b

Browse files
committed
Revert "more pcmt"
This reverts commit b1e6944.
1 parent 3c42e8c commit 3d40d9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77

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

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

0 commit comments

Comments
 (0)