Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Jan 22, 2024
1 parent 983a7d5 commit 00f8692
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ on:
push:

jobs:
test_ci:
name: Code testing
create-conda-env:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: taranis_env
activate-environment: myenv
environment-file: environment.yml
auto-activate-base: false
- name: Activate Conda environment
run: source $CONDA/etc/profile.d/conda.sh && conda activate taranis_env
- name: check conda

- name: Verify Conda environment
run: conda env list

- name: Run your script
run: |
conda list
prokka -h
source $CONDA/etc/profile.d/conda.sh
conda activate myenv
prokka -h

0 comments on commit 00f8692

Please sign in to comment.