Skip to content

Commit aea7b11

Browse files
authored
Merge pull request #418 from pyiron/remove_conda
Remove conda support in executorlib
2 parents 2081211 + 6d20869 commit aea7b11

22 files changed

+11
-201
lines changed

.ci_support/environment-mpich.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- numpy
66
- mpich
77
- cloudpickle =3.0.0
8-
- conda_subprocess =0.0.5
98
- mpi4py =4.0.0
109
- pyzmq =26.2.0
1110
- h5py =3.11.0

.ci_support/environment-old.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- numpy
66
- openmpi =4.1.4
77
- cloudpickle =2.0.0
8-
- conda_subprocess =0.0.3
98
- mpi4py =3.1.4
109
- pyzmq =25.0.0
1110
- h5py =3.6.0

.ci_support/environment-openmpi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- numpy
66
- openmpi
77
- cloudpickle =3.0.0
8-
- conda_subprocess =0.0.5
98
- mpi4py =4.0.0
109
- pyzmq =26.2.0
1110
- h5py =3.11.0

.ci_support/environment-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- numpy
66
- msmpi
77
- cloudpickle =3.0.0
8-
- conda_subprocess =0.0.5
98
- mpi4py =4.0.0
109
- pyzmq =26.2.0
1110
- h5py =3.11.0

.github/workflows/unittest-flux-mpich.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
shell: bash -l {0}
2828
timeout-minutes: 5
2929
run: |
30-
conda create -y -n py312 python=3.12.1 executorlib
3130
pip install . --no-deps --no-build-isolation
3231
python -m unittest discover tests
3332
- name: Test Flux

.github/workflows/unittest-flux-openmpi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
shell: bash -l {0}
2828
timeout-minutes: 5
2929
run: |
30-
conda create -y -n py312 python=3.12.1 executorlib
3130
pip install . --no-deps --no-build-isolation
3231
coverage run -a --omit="executorlib/_version.py,tests/*" -m unittest discover tests
3332
- name: Test Flux with OpenMPI

.github/workflows/unittest-mpich.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
timeout-minutes: 5
4343
run: |
4444
pip install versioneer[toml]==0.29
45-
conda create -y -n py312 python=3.12.1 executorlib
4645
pip install . --no-deps --no-build-isolation
4746
cd tests
4847
python -m unittest discover .

.github/workflows/unittest-openmpi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
timeout-minutes: 5
4343
run: |
4444
pip install versioneer[toml]==0.29
45-
conda create -y -n py312 python=3.12.1 executorlib
4645
pip install . --no-deps --no-build-isolation
4746
cd tests
4847
python -m unittest discover .

.github/workflows/unittest-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
timeout-minutes: 5
3333
run: |
3434
pip install versioneer[toml]==0.29
35-
conda create -y -n py312 python=3.12.1 executorlib
3635
pip install . --no-deps --no-build-isolation
3736
cd tests
3837
python -m unittest discover .

.github/workflows/unittests-old.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
timeout-minutes: 5
2727
run: |
2828
pip install versioneer[toml]==0.29
29-
conda create -y -n py312 python=3.12.1 executorlib
3029
pip install . --no-deps --no-build-isolation
3130
cd tests
3231
python -m unittest discover .

0 commit comments

Comments
 (0)