Skip to content

Commit

Permalink
Update import-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Sep 2, 2023
1 parent 12a5532 commit 57ebd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
$CONDA/bin/conda --version
# $CONDA is an environment variable pointing to the root of the miniconda directory
$CONDA/bin/conda create -n catalogbuilder
$CONDA/bin/conda install -n catalogbuilder -c conda-forge pytest pandas xarray click
$CONDA/bin/conda install -n catalogbuilder -c conda-forge pytest pandas xarray intake click
- name: tests_prelim
run: |
$CONDA/envs/catalogbuilder/bin/pytest

0 comments on commit 57ebd16

Please sign in to comment.