Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkaurav1st committed Nov 29, 2023
1 parent 3c6220c commit 3ce51be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
run:
sudo apt-get -y install software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get -y install python3.7 python3.7-{dev,venv,distutils}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: black
uses: psf/black@stable # Black
with:
Expand Down

0 comments on commit 3ce51be

Please sign in to comment.