Skip to content

Commit

Permalink
use different ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 21, 2023
1 parent 1648906 commit ef52534
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
max-parallel: 5

Expand All @@ -29,10 +29,10 @@ jobs:
run: |
conda update conda -y -q
conda config --add channels conda-forge
pip install scikit-learn==1.1.2
pip install pandas==1.3.5
pip install tensorflow joblib pytest
pip install imageio scikit-image
conda update conda -y -q
conda install scikit-learn=1.0.2 pandas=1.3.5 -y -q
conda install tensorflow joblib pytest -y -q
conda install imageio scikit-image -y -q
conda install dlib -y -q
pip install markdown
pip install coverage
Expand Down

0 comments on commit ef52534

Please sign in to comment.