Skip to content

Commit

Permalink
fix worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lacava committed Jan 24, 2024
1 parent 34e450e commit f834239
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
# echo "Didn't find the cache for the srbench environment :("
# conda info --envs
# mamba env update -n srbench -f environment.yml
test-yaml-reader:
runs-on: ubuntu-latest
name: Test read-yaml
list-algs:
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -128,7 +125,8 @@ jobs:
with:
file: './algorithms/${{ matrix.alg }}/metadata.yml'
key-path: '["build", "clone_base_env"]' # Access the runs key then the using key and retuns the value.
- name: Display read-yaml output
-
name: Display read-yaml output
run: echo "${{ steps.yaml-data.outputs.data }}"
-
name: Cache alg environment
Expand Down

0 comments on commit f834239

Please sign in to comment.