diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ca8937..dcbf043 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,20 +14,20 @@ env: PYTHON_VERSION: 3.8 jobs: - test: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - python-version: [3.8] - steps: - - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/test@actions # TODO: use @main - with: - python-version: ${{ matrix.python-version }} + # test: + # runs-on: ubuntu-latest + # strategy: + # fail-fast: false + # matrix: + # python-version: [3.8] + # steps: + # - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/test@actions # TODO: use @main + # with: + # python-version: ${{ matrix.python-version }} docs: runs-on: ubuntu-latest - needs: [test] + # needs: [test] steps: - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/docs@actions # TODO: use @main