diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 74d200333b5c..e619a6ea7ea5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -28,36 +28,36 @@ jobs: name: Python lints (black, mypy, flake8) runs-on: ubuntu-latest steps: - - name: Skip lints - run: | + - name: Skip lints + run: | echo "Skipping lints" - # - uses: actions/checkout@v3 - - # - uses: extractions/setup-just@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # with: - # just-version: 1.5 - - # - name: Set up Python - # uses: actions/setup-python@v4 - # with: - # python-version: ${{ env.PYTHON_VERSION }} - # cache: "pip" - # cache-dependency-path: "rerun_py/requirements-lint.txt" - - # - name: Install Python dependencies - # run: | - # pip install --upgrade pip - # pip install -r rerun_py/requirements-lint.txt - - # - name: Lint Python - # run: | - # just py-lint - - # - name: Check requirements - # run: | - # just py-requirements + # - uses: actions/checkout@v3 + + # - uses: extractions/setup-just@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # just-version: 1.5 + + # - name: Set up Python + # uses: actions/setup-python@v4 + # with: + # python-version: ${{ env.PYTHON_VERSION }} + # cache: "pip" + # cache-dependency-path: "rerun_py/requirements-lint.txt" + + # - name: Install Python dependencies + # run: | + # pip install --upgrade pip + # pip install -r rerun_py/requirements-lint.txt + + # - name: Lint Python + # run: | + # just py-lint + + # - name: Check requirements + # run: | + # just py-requirements # --------------------------------------------------------------------------- @@ -92,7 +92,7 @@ jobs: matrix+=('{"platform": "macos", "runs_on": "macos-latest", "pip": "pip", "python": "python3"},') matrix+=('{"platform": "windows", "runs_on": "windows-latest", "pip": "pip", "python": "python"},') matrix+=('{"platform": "linux", "runs_on": "ubuntu-latest", container: {"image": "rerunio/ci_docker:0.5"}, "pip": "pip", "python": "python3"},') - matrix+=('{"platform": "aarch64", "runs_on": ["self-hosted", "linux", "ARM64"], container: {"image": "quay.io/pypa/manylinux_2_28_aarch64"}, "pip": "python3.8 -m pip", "python": "python3.8"}') + # matrix+=('{"platform": "aarch64", "runs_on": ["self-hosted", "linux", "ARM64"], container: {"image": "quay.io/pypa/manylinux_2_28_aarch64"}, "pip": "python3.8 -m pip", "python": "python3.8"}') echo "Matrix values: ${matrix[@]}"