Skip to content

Commit

Permalink
Update ci.yml (#372)
Browse files Browse the repository at this point in the history
Python version 3.8 is consistently failing on PRs
  • Loading branch information
SreejithNREL authored Apr 24, 2024
1 parent 94ffdd6 commit 0283835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.12'
- name: Setup
run: |
echo "NPROCS=${{matrix.procs}}" >> $GITHUB_ENV
Expand All @@ -137,7 +137,7 @@ jobs:
${{matrix.install_deps}}
# Install Python packages
python -m pip install --upgrade pip
pip install nose numpy pandas
pip install pynose numpy pandas
- name: Install Ccache
run: |
if [ "${RUNNER_OS}" != "macOS" ]; then
Expand Down

0 comments on commit 0283835

Please sign in to comment.