Skip to content

Commit

Permalink
Merge pull request #99 from mrf345/testing
Browse files Browse the repository at this point in the history
Update workflow actions, and remove deprecated dash option
  • Loading branch information
mrf345 authored Sep 8, 2024
2 parents 6884507 + 23dce56 commit 9907839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.18.1'
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.md
description_file = README.md

[tool:pytest]
addopts = --verbose --cov='./flask_minify'
Expand Down

0 comments on commit 9907839

Please sign in to comment.