Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
prusse-martin committed Dec 8, 2022
1 parent 10e8279 commit ca14928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
CONDA_PY: ["36", "37", "38", "39"]
include:
- CONDA_PY: "36"
PYTHON_VERSION: "=3.6"
PYTHON_VERSION: "3.6"
- CONDA_PY: "37"
PYTHON_VERSION: "=3.7"
PYTHON_VERSION: "3.7"
- CONDA_PY: "38"
PYTHON_VERSION: "=3.8"
PYTHON_VERSION: "3.8"
- CONDA_PY: "39"
PYTHON_VERSION: "=3.9"
PYTHON_VERSION: "3.9"


steps:
Expand Down

0 comments on commit ca14928

Please sign in to comment.