Skip to content

Commit

Permalink
22.04 python3.10 update
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Sep 22, 2023
1 parent c1f608e commit 4434b41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get update -yqq
sudo apt-get install -yqq python3-pip
sudo --preserve-env=http_proxy,https_proxy,no_proxy pip3 install tox
run: sudo apt-get install -yqq python3-pip

- name: Install tox
run: sudo --preserve-env=http_proxy,https_proxy,no_proxy pip3 install tox
- name: Lint code
run: tox -e lint

Expand All @@ -48,10 +48,10 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get update -yqq
sudo apt-get install -yqq python3-pip
sudo --preserve-env=http_proxy,https_proxy,no_proxy pip3 install tox
run: sudo apt-get install -yqq python3-pip

- name: Install tox
run: sudo --preserve-env=http_proxy,https_proxy,no_proxy pip3 install tox

- name: Run unit tests
run: tox -e unit
Expand Down

0 comments on commit 4434b41

Please sign in to comment.