Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev authored Jun 14, 2024
1 parent cb33b80 commit 79ab9d3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

get_commit_message:
name: Get commit message
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
message: ${{ steps.commit_message.outputs.message }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
trexio_ubuntu:
name: x86 Ubuntu 20.04
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: get_commit_message

steps:
Expand Down Expand Up @@ -74,11 +74,6 @@ jobs:
name: test-report-ubuntu
path: test-suite.log

- name: create virtual environment
run: |
python3 -m venv --clear pytrexio-venv
source pytrexio-venv/bin/activate
- name: install Python API
run: make python-install

Expand Down

0 comments on commit 79ab9d3

Please sign in to comment.