Skip to content

Commit

Permalink
Fix the failed CI test
Browse files Browse the repository at this point in the history
- update ubuntu distro version in test
- update python version in test suite.
  • Loading branch information
unkcpz committed Aug 28, 2023
1 parent fc1ddfc commit 6eff678
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
distro: [ubuntu1804, ubuntu2004]
distro: [ubuntu2004, ubuntu2204]
fail-fast: false

runs-on: ubuntu-latest
Expand All @@ -38,19 +38,13 @@ jobs:
with:
path: ${{ env.galaxy-name }}

- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Upgrade pip
run: |
pip install --upgrade pip
pip --version
python-version: "3.10"

- name: Install requirements
run: |
pip install wheel
pip install -r requirements.txt
working-directory: ${{ env.galaxy-name }}

Expand Down

0 comments on commit 6eff678

Please sign in to comment.