Skip to content

Commit

Permalink
Rename test-analysis to analysis in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Jun 7, 2024
1 parent e051c13 commit c2dc534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Test Analysis
run: |
make test-analysis
make analysis
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
mamba env update --name $(PACKAGE_NAME) --file devtools/envs/base.yaml
$(CONDA_ENV_RUN) pip install --no-build-isolation --no-deps git+https://github.com/michellab/a3fe.git

test-analysis:
analysis:
$(CONDA_ENV_RUN) jupyter nbconvert --to notebook --execute $(ANALYSIS_NBS)

clean:
Expand Down

0 comments on commit c2dc534

Please sign in to comment.