Skip to content

Commit

Permalink
changed pygcdm to be built locally so I don't have to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Rio McMahon committed Sep 14, 2021
1 parent 2a3cbda commit 77b7a20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: anaconda, conda-forge, defaults
use-only-tar-bz2: true

- name: Install pygcdm locally
run: |
pip install .
- name: Run tests
run: |
Expand Down
1 change: 0 additions & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ dependencies:
- coveralls=3.2.0
- xarray=0.19.0
- pip:
- pygcdm>=0.0.6
- grpcio==1.39.0
- grpcio-tools==1.39.0

0 comments on commit 77b7a20

Please sign in to comment.