From bf8b0b00445828c5b5b2d186ce20d5449db9a265 Mon Sep 17 00:00:00 2001 From: Julian Paquerot <111422357+Kajiih@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:31:06 +0100 Subject: [PATCH] CI --- .github/workflows/build.yml | 39 ++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 216b80d..5a37a4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,10 +87,13 @@ jobs: with: custom-arguments: "tests -rA --cov=." continue-on-error: true - - name: ๐Ÿงช Run doctest @pavelzw - uses: pavelzw/pytest-action@v2 - with: - custom-arguments: "--doctest-modules" + # - name: ๐Ÿงช Run doctest @pavelzw + # uses: pavelzw/pytest-action@v2 + # with: + # custom-arguments: "--doctest-modules" + # continue-on-error: true + - name: ๐Ÿงช Run doctest manually + run: pytest --doctest-modules continue-on-error: true - name: ๐Ÿ“Š Upload coverage to Codecov @@ -101,20 +104,20 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} continue-on-error: true - - name: โœ… Pylance type checking @jakebailey - uses: jakebailey/pyright-action@v2 - with: - pylance-version: latest-release - stats: true - # verbose: true - continue-on-error: true - - name: โœ… Verify public API types with Pylance @jakebailey - uses: jakebailey/pyright-action@v2 - with: - pylance-version: latest-release - verify-types: nested_dict_tools - # verbose: true - continue-on-error: true + # - name: โœ… Pylance type checking @jakebailey + # uses: jakebailey/pyright-action@v2 + # with: + # pylance-version: latest-release + # stats: true + # # verbose: true + # continue-on-error: true + # - name: โœ… Verify public API types with Pylance @jakebailey + # uses: jakebailey/pyright-action@v2 + # with: + # pylance-version: latest-release + # verify-types: nested_dict_tools + # # verbose: true + # continue-on-error: true - name: โœ… Type checking with BasedPyright run: basedpyright --stats