Skip to content

Commit

Permalink
OpenPNM v2.5.0 #minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi authored Aug 28, 2020
2 parents 260000d + c5c9e09 commit f2702b4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
condarc-file: tests/environment.yml
condarc-file: requirements/.condarc
allow-softlinks: true
channel-priority: flexible
show-channel-urls: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
condarc-file: tests/environment.yml
condarc-file: requirements/.condarc
allow-softlinks: true
channel-priority: flexible
show-channel-urls: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
condarc-file: tests/environment.yml
condarc-file: requirements/.condarc
allow-softlinks: true
channel-priority: flexible
show-channel-urls: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
condarc-file: tests/environment.yml
condarc-file: requirements/.condarc
allow-softlinks: true
channel-priority: flexible
show-channel-urls: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
condarc-file: tests/environment.yml
condarc-file: requirements/.condarc
allow-softlinks: true
channel-priority: flexible
show-channel-urls: false
Expand Down
5 changes: 4 additions & 1 deletion requirements/.condarc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ ssl_verify: true
channels:
- defaults
- conda-forge
channel_priority: true
- haasad
channel_priority: flexible
auto_update_conda: true
pip_interop_enabled: true
anaconda_upload: false
4 changes: 0 additions & 4 deletions tests/environment.yml

This file was deleted.

0 comments on commit f2702b4

Please sign in to comment.