Skip to content

Commit 388f557

Browse files
committed
Trying to find a workarounf for mypy's dependency to librt.
1 parent 7c249a1 commit 388f557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CompletePipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }}
239239
# TODO: shouldn't this be configured by a parameter? Same as directories
240240
requirements: "-r tests/unit/requirements.txt"
241-
# pacboy: "msys/git python-lxml:p"
241+
pacboy: "gcc:p"
242242
unittest_report_xml: ${{ needs.ConfigParams.outputs.unittest_report_xml }}
243243
coverage_report_xml: ${{ needs.ConfigParams.outputs.coverage_report_xml }}
244244
coverage_report_json: ${{ needs.ConfigParams.outputs.coverage_report_json }}

0 commit comments

Comments
 (0)