Skip to content

Commit 6f1f27b

Browse files
committed
Removed "environment.yml"
1 parent 4beaeca commit 6f1f27b

3 files changed

Lines changed: 4 additions & 14 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828

2929
steps:
3030
- name: Set up git repository
31-
uses: actions/checkout@v2.4.0
31+
uses: actions/checkout@v2
3232

3333
- name: Set up Miniconda
34-
uses: conda-incubator/setup-miniconda@v2.1.1
34+
uses: conda-incubator/setup-miniconda@v2
3535
with:
3636
# More info on options: https://github.com/conda-incubator/setup-miniconda
3737
python-version: ${{ matrix.python-version }}
38-
environment-file: environment.yml
38+
environment-file: requirements.txt
3939
channels: defaults
4040
activate-environment: numerical-methods
4141
auto-update-conda: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For the implementation in MATLAB, see [this repository](https://github.com/cfgnu
1111
#### Using Conda (recommended)
1212

1313
```sh
14-
conda env create
14+
conda env create --file "requirements.txt" --name "numerical-methods"
1515
conda activate numerical-methods
1616
```
1717

environment.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)