conda test 2 #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: conda test 2 | |
on: | |
workflow_dispatch | |
jobs: | |
default-shell: | |
name: Default shell | |
runs-on: "ubuntu-latest" | |
defaults: | |
run: | |
shell: bash -el {0} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: conda-incubator/setup-miniconda@v3 | |
with: | |
activate-environment: EBIsearch | |
environment-file: EBIsearch_environment.yml | |
- run: conda info | |
- run: conda list | |
- run: conda config --show | |
- run: python monitoring_sra-samples_EBIsearch.py | |