Skip to content

Commit

Permalink
ci: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Dec 15, 2023
1 parent 1f2b851 commit faa85c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_apollo_variant_typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
name: Testing Apollo-variant-typing ${{ matrix.config.os }}

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up mamba env
uses: mamba-org/setup-micromamba@v1
with:
environment-file: envs/apollo_variant_typing.yaml
environment-name: pipeline_env
- name: Conda list
shell: bash -l {0}
run: conda list
Expand Down

0 comments on commit faa85c5

Please sign in to comment.