diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2abd8b1..adbd84f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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