Skip to content

Commit

Permalink
Env file; remove .coveragerc; remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Sep 21, 2021
1 parent 1ecc64c commit c56f21b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

14 changes: 14 additions & 0 deletions .github/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: conda-environment

channels:
- conda-forge

dependencies:
- python==3.8
- pip
- pip:
- git+https://github.com/ubermag/ubermagutil.git
- git+https://github.com/ubermag/ubermagtable.git
- git+https://github.com/ubermag/discretisedfield.git
- git+https://github.com/ubermag/micromagneticmodel.git
- git+https://github.com/ubermag/micromagnetictests.git
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This content is needed for editable install via pip.
import setuptools
setuptools.setup()

0 comments on commit c56f21b

Please sign in to comment.