diff options
author | 2023-02-28 15:45:54 +0000 | |
---|---|---|
committer | 2023-02-28 15:45:54 +0000 | |
commit | 71cab1d001ce0f8ba458ddc76985bed0951b5f9b (patch) | |
tree | 577a28e74c6cbb30d394c408acee3b6d7c9726fa /.github | |
parent | add wildcard for patch version (diff) | |
parent | Merge pull request #890 from python-discord/dependabot/github_actions/coveral... (diff) |
Merge branch 'main' into upate-pyversion-for-sir-guide
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 4f262a85..644e106a 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -18,8 +18,6 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 with: - dev: true - install_args: "--with dev" python_version: '3.10' # Start the database early to give it a chance to get ready before @@ -60,7 +58,7 @@ jobs: # This step will publish the coverage reports coveralls.io and # link the report to the commit - name: Publish Coverage Report - uses: coverallsapp/[email protected] + uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./coverage.lcov |