diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9f5012..b10d1b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Verify README.md is up to date run: | python update_projects_table.py - git diff --name-only --exit-code README.md + git diff --name-only --exit-code README.md # (Enable this step once we have unit tests) # - name: Test with pytest # run: pytest -v