Skip to content

Commit

Permalink
fix(github): rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Nov 17, 2021
1 parent 4101576 commit c8e9488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
environment-file: cicd-toolkit/recipe/conda_build_env.yaml
environment-file: cicd-toolkit/conda_envs/build.yaml
activate-environment: test
- name: Loading conda_channels
uses: actions/download-artifact@v2
Expand Down
1 change: 0 additions & 1 deletion selenzy_wrapper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
)
from .selenzy_wrapper import selenzy_pathway


def init(
parser: ArgumentParser,
args: Namespace
Expand Down

0 comments on commit c8e9488

Please sign in to comment.