Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Oct 1, 2024
1 parent 8087e9a commit 5d32e1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
fetch-depth: 0

# Setup env
- uses: "conda-incubator/setup-miniconda@v2"
- uses: "conda-incubator/setup-miniconda@v3"
with:
activate-environment: pharokka_env
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
miniforge-variant: Mambaforge
channels: conda-forge,bioconda,defaults
channel-priority: strict
auto-update-conda: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
activate-environment: pharokka_env
environment-file: environment.yml
auto-activate-base: false
miniforge-variant: Mambaforge
channels: conda-forge,bioconda,defaults
channel-priority: strict
auto-update-conda: true
Expand Down
2 changes: 1 addition & 1 deletion bin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.3"
__version__ = "1.7.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def package_files(directory):

setup(
name="Pharokka",
version="1.7.3",
version="1.7.4",
author="George Bouras",
author_email="george.bouras@adelaide.edu.au",
description="Fast phage annotation tool",
Expand Down

0 comments on commit 5d32e1a

Please sign in to comment.