Skip to content

Commit

Permalink
105
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkaurav1st committed Nov 28, 2023
1 parent 39c4d79 commit 5883ac9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
run:
sudo apt-get -y install software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get -y install python3.7 python3.7-{dev,venv,distutils}
- name: black
uses: psf/black@stable # Exclude list is not honored - https://github.com/psf/black/issues/1584
with:
Expand Down

0 comments on commit 5883ac9

Please sign in to comment.