Skip to content

conda test 2

conda test 2 #2

Workflow file for this run

name: conda test 2
on:
workflow_dispatch
jobs:
test:
name: test conda 2
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
- name: Conda info
shell: bash -el {0}
run: conda info
- name: Conda list
shell: pwsh
run: conda list
- name: create environent from file
run: conda env create -f EBIsearch_environment.yml