Skip to content

Commit

Permalink
Add OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4t4nuk1 committed May 7, 2022
1 parent 163e56e commit bc4b86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
os: ['ubuntu-latest']
steps:
- name: Clone and checkout branch
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} in ${{ matrix.os }} OS.
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit bc4b86b

Please sign in to comment.