Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
- conda py3.6 => 3.7
- matlab py3.9 => 3.8
  • Loading branch information
casperdcl committed Oct 30, 2021
1 parent d827853 commit 1506b96
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 @@ -39,7 +39,7 @@ jobs:
runs-on: [self-hosted, python, cuda, matlab]
strategy:
matrix:
python: [3.6, 3.9]
python: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1506b96

Please sign in to comment.