Skip to content

Commit

Permalink
fix(actions): pin python 3.7 to 3.7.16 (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored and aquemy committed Jun 21, 2023
1 parent bcfeef6 commit 9553a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
numpy: ["numpy"]
include:
- os: macos-latest
python-version: 3.7
python-version: 3.7.16
pandas: "pandas>1.1"
numpy: "numpy"
# - os: windows-2016
# python-version: 3.6
# pandas: "pandas>1.1"
# numpy: "numpy"
- os: ubuntu-22.04
python-version: 3.7
python-version: 3.7.16
pandas: "pandas>1.1"
numpy: "numpy"
- os: ubuntu-22.04
Expand Down

0 comments on commit 9553a5b

Please sign in to comment.