Skip to content

Commit

Permalink
Python 3.8 environment won't solve...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Dec 11, 2024
1 parent c46adc7 commit bbf1472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
needs: purge-cache
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
INSTALL_TYPE: [pip, conda]
PYTHON_VERSION: ['3.8', '3.10', '3.12']
include:
Expand Down

0 comments on commit bbf1472

Please sign in to comment.