Update python-app.yml

pull/109/head
midoks 3 years ago
parent ed94874a66
commit 1c1f4cf9f8
  1. 3
      .github/workflows/python-app.yml

@ -26,9 +26,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Bash Install
run: |
bash scripts/install/ubuntu.sh
- name: Install dependencies
run: |
python -m pip install --upgrade pip

Loading…
Cancel
Save