ci: use python from ubuntu repos

This commit is contained in:
Revant Nandgaonkar 2023-04-21 11:22:45 +05:30
parent 3329b755ba
commit 5ab39cec0a

View file

@ -16,12 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Upgrade Pip
run: pip install -U pip
run: sudo apt-get install -y python3 python3-venv
# For shfmt pre-commit hook
- name: Setup Go