Skip to content

Commit

Permalink
changed sequence to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 35d47bd commit 9eab483
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: ['3.8', '3.9', '3.10']
python-version: |
3.8
3.9
3.10
- uses: actions/checkout@v3
- name: Install tox
run: pip install tox
Expand Down

0 comments on commit 9eab483

Please sign in to comment.