Skip to content

Commit

Permalink
Update codeclimate_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 15, 2024
1 parent 5bf27f4 commit c2b1ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeclimate_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.X"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip setuptools

Check failure on line 31 in .github/workflows/codeclimate_coverage.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

31:57 [trailing-spaces] trailing spaces
python -m pip install pytest
pip install -r requirements.txt
pip install pytest-cov
Expand Down

0 comments on commit c2b1ff3

Please sign in to comment.