diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ad7a49be..9f8296c6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Python environment - uses: he0119/setup-python@79c04f1e1bcbfe45c9d0eca6aa522e9b364d7dfa + uses: ./.github/actions/setup-python with: python-version: ${{ matrix.python-version }} @@ -108,7 +108,7 @@ jobs: run: poetry install - name: Run Pytest - run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare' -n auto + run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto - name: Upload coverage report uses: codecov/codecov-action@v3