Skip to content

Commit

Permalink
remove test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 15, 2023
1 parent 39b32da commit 8ab718a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ab718a

Please sign in to comment.