diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index bf07eb794..62fa79113 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies # Use pre-release stubtest. Keep the following in sync: # - get_mypy_req in tests/stubtest_third_party.py - # - stubtest-stdlib in .github/workflows/stubtest.yml + # - stubtest-stdlib in .github/workflows/daily.yml # - stubtest-stdlib in .github/workflows/tests.yml run: pip install $(grep tomli== requirements-tests.txt) git+git://github.com/python/mypy@c7a81620bef7585cca6905861bb7ef34ec12da2f - name: Run stubtest @@ -80,5 +80,5 @@ jobs: owner: "python", repo: "typeshed", title: `Stubtest failed on ${new Date().toDateString()}`, - body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/stubtest.yml", + body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml", }) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce2157dda..b0b52335f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -112,7 +112,7 @@ jobs: - name: Install dependencies # Use pre-release stubtest. Keep the following in sync: # - get_mypy_req in tests/stubtest_third_party.py - # - stubtest-stdlib in .github/workflows/stubtest.yml + # - stubtest-stdlib in .github/workflows/daily.yml # - stubtest-stdlib in .github/workflows/tests.yml run: pip install $(grep tomli== requirements-tests.txt) git+git://github.com/python/mypy@c7a81620bef7585cca6905861bb7ef34ec12da2f - name: Run stubtest diff --git a/tests/stubtest_third_party.py b/tests/stubtest_third_party.py index 5cbb6a3b0..8779796d1 100755 --- a/tests/stubtest_third_party.py +++ b/tests/stubtest_third_party.py @@ -20,7 +20,7 @@ import tomli def get_mypy_req(): # Use pre-release stubtest. Keep the following in sync: # - get_mypy_req in tests/stubtest_third_party.py - # - stubtest-stdlib in .github/workflows/stubtest.yml + # - stubtest-stdlib in .github/workflows/daily.yml # - stubtest-stdlib in .github/workflows/tests.yml return "git+git://github.com/python/mypy@c7a81620bef7585cca6905861bb7ef34ec12da2f"