Skip to content

Commit

Permalink
make step names better reflect step content
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli committed Jan 21, 2025
1 parent f1bc7af commit e190ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: |
conda install conda-build conda-verify anaconda-client
- name: Activate conda environment and build package
- name: Build the package and install it
run: |
PACKAGE_PATH=$(conda build --package-format .tar.bz2 --output recipe)
conda build --no-anaconda-upload --package-format .tar.bz2 recipe
conda install --offline "$PACKAGE_PATH"
- name: Test the installed package
- name: Test install
run: |
parse_sdrf --help
Expand Down

0 comments on commit e190ee1

Please sign in to comment.