Skip to content

Commit

Permalink
testing workflow: fixed python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 22, 2021
1 parent 3589299 commit a71e60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.x", "3.8"]
python-version: ["3.9", "3.8"]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit a71e60e

Please sign in to comment.