Skip to content

Commit 0366621

Browse files
authored
Merge pull request #131 from djhoese/patch-1
Update project URL in setup.py
2 parents 959dc2d + 614707f commit 0366621

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Setup Miniconda
22-
uses: conda-incubator/setup-miniconda@v2
21+
- name: Setup conda
22+
uses: mamba-org/provision-with-micromamba@main
2323
with:
24-
auto-update-conda: true
25-
auto-activate-base: false
26-
activate-environment: test_env
2724
environment-file: ci/environment-${{ matrix.CONDA_ENV }}.yml
2825

2926
- name: Development Install Intake-Xarray

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version=versioneer.get_version(),
1818
cmdclass=versioneer.get_cmdclass(),
1919
description='xarray plugins for Intake',
20-
url='https://github.com/ContinuumIO/intake-xarray',
20+
url='https://github.com/intake/intake-xarray',
2121
maintainer='Martin Durant',
2222
maintainer_email='[email protected]',
2323
license='BSD',

0 commit comments

Comments
 (0)