Skip to content

Commit

Permalink
Fix Python version to 3.6.7 in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Apr 4, 2023
1 parent bc2e730 commit b710dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.6"
python-version: "3.6.7"
- run: pip install -r requirements.txt
- run: python -m unittest

0 comments on commit b710dde

Please sign in to comment.