We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5ef74 commit cb24fdbCopy full SHA for cb24fdb
.github/workflows/verify_library_generation.yaml
@@ -73,21 +73,11 @@ jobs:
73
set -x
74
python -m unittest library_generation/test/integration_tests.py
75
library-generation-unit-tests:
76
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-22.04
77
needs: should-run-library-generation-tests
78
if: needs.should-run-library-generation-tests.outputs.should_run == 'true'
79
- strategy:
80
- matrix:
81
- java: [ 8 ]
82
- os: [ ubuntu-22.04, macos-12 ]
83
steps:
84
- uses: actions/checkout@v4
85
- - name: install utils (macos)
86
- if: matrix.os == 'macos-12'
87
- shell: bash
88
- run: |
89
- brew update --preinstall
90
- brew install coreutils
91
- uses: actions/setup-python@v5
92
with:
93
python-version: 3.11
0 commit comments