Skip to content

Commit 27637aa

Browse files
committed
some fixes
1 parent 96dc694 commit 27637aa

3 files changed

Lines changed: 4 additions & 14 deletions

File tree

.github/workflows/gh-ci-cron.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
with:
8484
python-version: ${{ env.PYVER }}
8585
add-pip-as-python-dependency: true
86-
architecture: x64
8786
use-mamba: true
8887
miniforge-version: latest
8988
channels: conda-forge

.github/workflows/gh-ci.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
use-mamba: true
9090
miniforge-version: latest
9191
channels: conda-forge
92+
channel-priority: flexible
9293
auto-update-conda: true
9394
show-channel-urls: true
9495

@@ -112,16 +113,6 @@ jobs:
112113
echo "install=${install}"
113114
eval ${install}
114115

115-
- id: debug-env
116-
name: debug-env
117-
run: |
118-
mamba list
119-
python -m pip list
120-
121-
#- id: debug-mdanalysistests
122-
# run: |
123-
# mamba install -c conda-forge mdanalysistests
124-
125116
- id: install-test-deps
126117
name: install-test-deps
127118
continue-on-error: false

mdakits/propkatraj/metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ documentation_type: UserGuide + API
1717

1818
## Some optional entries
1919
install:
20-
- python -m pip install propkatraj
20+
- pip install propkatraj
2121
src_install:
22-
- python -m pip install git+https://github.com/Becksteinlab/propkatraj@main
22+
- pip install git+https://github.com/Becksteinlab/propkatraj@main
2323
python_requires: ">=3.8"
2424
mdanalysis_requires: ">=2.0.0"
2525
run_tests:
2626
- pytest --pyargs propkatraj.tests
2727
test_dependencies:
28-
- mamba install -v -c conda-forge pytest mdanalysistests
28+
- mamba install pytest MDAnalysisTests
2929
project_org: Becksteinlab
3030
development_status: Mature
3131
publications:

0 commit comments

Comments
 (0)