Skip to content

Commit d278a95

Browse files
committed
fix: remove srxconfutils from conda.txt for now, add as pip install
1 parent cf6298a commit d278a95

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/build-wheel-release-upload.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
project: diffpy.srxplanar
1414
c_extension: false
1515
maintainer_GITHUB_username: sbillinge
16+
run: |
17+
pip install diffpy.srxconfutils
18+
1619
secrets:
1720
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1821
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
project: diffpy.srxplanar
1818
c_extension: false
1919
headless: false
20+
run: |
21+
pip install diffpy.srxconfutils
22+
2023
secrets:
2124
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests-on-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
c_extension: false
1313
headless: false
1414
python_version: 3.13
15+
run: |
16+
pip install diffpy.srxconfutils
1517
secrets:
1618
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

requirements/conda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ scipy
33
fabio
44
tifffile
55
configparser
6-
diffpy.srxconfutils

0 commit comments

Comments
 (0)