Skip to content

Commit dac10fa

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 75bca57 + f398dec commit dac10fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- name: Setup Python ${{ matrix.python }}
2727
uses: actions/setup-python@v4
28+
with:
29+
python-version: ${{ matrix.python }}
2830
- name: Install dependencies
2931
run: |
3032
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)