Skip to content

Commit

Permalink
set channel_priority to strict
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Mar 23, 2023
1 parent e229722 commit 4616a99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,18 @@ jobs:
- shell: bash -l {0}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
# conda info
# conda list
- name: Run pytest
- name: Build
shell: bash -l {0}
run: |
conda install --file conda_requirements.txt --file conda_requirements_dev.txt
pip install .
- name: Test
shell: bash -l {0}
run: |
pytest --pyargs py_gd
lint:
Expand All @@ -42,6 +47,7 @@ jobs:
- shell: bash -l {0}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
- name: Lint
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 4616a99

Please sign in to comment.