Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…plugins into openmpi
  • Loading branch information
beckermr committed May 31, 2024
2 parents 37f8963 + 24633b3 commit 33ed333
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7 # v1
- uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1
with:
environment-file: environment.yml
environment-name: conda-forge-conda-plugins
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# conda-forge-conda-plugins
[![tests](https://github.com/regro/conda-forge-conda-plugins/actions/workflows/tests.yml/badge.svg)](https://github.com/regro/conda-forge-conda-plugins/actions/workflows/tests.yml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/regro/conda-forge-conda-plugins/main.svg)](https://results.pre-commit.ci/latest/github/regro/conda-forge-conda-plugins/main)

conda plugins for the `conda-forge` ecosystem

Expand Down
1 change: 0 additions & 1 deletion conda_forge_conda_plugins/_version.py

This file was deleted.

7 changes: 7 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ channels:
dependencies:
- python>=3.8
- conda
# dev deps
- black
- ruff
- pytest
- python-build
- setuptools
- setuptools_scm>=8
3 changes: 0 additions & 3 deletions requirements.dev.txt

This file was deleted.

3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit 33ed333

Please sign in to comment.