Skip to content

Commit

Permalink
Quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 30, 2024
1 parent 5613fd6 commit 4fc0a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- run: pip install --upgrade pip wheel
- run: pip install pytest
- run: pytest maxdiff/tests/test.py

0 comments on commit 4fc0a77

Please sign in to comment.