Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
htenezaca committed Nov 5, 2023
1 parent 7545fd8 commit 28b406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- run: coverage run --concurrency=thread,gevent -m pytest .
- run: coverage run --concurrency=thread,greenlet -m pytest .
- run: coverage xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 28b406d

Please sign in to comment.