aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-02-28 15:45:54 +0000
committerGravatar GitHub <[email protected]>2023-02-28 15:45:54 +0000
commit71cab1d001ce0f8ba458ddc76985bed0951b5f9b (patch)
tree577a28e74c6cbb30d394c408acee3b6d7c9726fa /.github
parentadd wildcard for patch version (diff)
parentMerge 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.yaml4
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