diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2730367a6..f8112ab01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,6 @@ jobs: export BQSKIT_DOC_CHECK_OVERRIDE=1 export PYDEVD_DISABLE_FILE_VALIDATION=1 make docs - make linkcheck # This is to make sure Mitiq works without optional 3rd party packages like Qiskit, pyQuil, etc. # E.g., if we accidentally `import qiskit` in Mitiq where we shouldn't, this test will catch that.