Skip to content

Commit

Permalink
Update avro version in build to match pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Nov 28, 2023
1 parent 0aa945c commit d3b1672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: sudo pip install --upgrade pip
# install a specific version of the cwl dependencies to test with
- run: pip3.12 install --user setuptools==24.0.3
- run: pip3.12 install --user cwl-runner cwltool==3.1.20230201224320 schema-salad==8.4.20230201194352 avro==1.8.1
- run: pip3.12 install --user cwl-runner cwltool==3.1.20230201224320 schema-salad==8.4.20230201194352 avro==1.11.3
- run: git clone https://github.com/common-workflow-language/common-workflow-language
# convert CWL schema salad CWL to standard Avro json
- run: python -mschema_salad --print-avro common-workflow-language/v1.0/CommonWorkflowLanguage.yml > cwl.avsc
Expand Down

0 comments on commit d3b1672

Please sign in to comment.