Skip to content

Commit

Permalink
Python 3.8 only for Linux pip (not conda)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Dec 11, 2024
1 parent bbf1472 commit dc618cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
matrix:
os: [ubuntu-20.04]
INSTALL_TYPE: [pip, conda]
PYTHON_VERSION: ['3.8', '3.10', '3.12']
PYTHON_VERSION: ['3.10', '3.12']
include:
- os: ubuntu-20.04
INSTALL_TYPE: pip
PYTHON_VERSION: '3.8'
- os: ubuntu-latest
INSTALL_TYPE: conda
PYTHON_VERSION: '3.9'
Expand Down

0 comments on commit dc618cd

Please sign in to comment.