Skip to content

Commit

Permalink
Maybe a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etpeterson committed Dec 12, 2023
1 parent 5957165 commit 01a77ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
algorithms:
runs-on: ubuntu-latest
outputs: # here we use the outputs from steps, and set outputs for the job `configure`
config: ${{ steps.algorithms.outputs.algorithms }}
algorithms: ${{ steps.algorithms.outputs.algorithms }}
steps:
- uses: actions/checkout@v3
- name: Read algorithms
Expand All @@ -23,8 +23,6 @@ jobs:
run: |
echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms)}}"
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms).algorithms}}"
- name: Log algorithms file
run: cat ./tests/IVIMmodels/unit_tests/algorithms.json

Expand Down

0 comments on commit 01a77ed

Please sign in to comment.