diff options
author | Pherkel | 2023-08-18 14:06:35 +0200 |
---|---|---|
committer | GitHub | 2023-08-18 14:06:35 +0200 |
commit | 7871ce55e7f2b4ff8bcf8bc6658aaeebd90f7dd9 (patch) | |
tree | fca041da81608204910f43dc94fd92bc8db9490a | |
parent | 2d259159808fc5370933a3843abba8b1f4560c1d (diff) |
Update format.yml
-rw-r--r-- | .github/workflows/format.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3480462..11b8164 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -11,13 +11,9 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.10" - - name: Install poetry - run: | - python -m pip install --upgrade pip - pip install poetry - name: Install dependencies run: | - poetry lock && poetry install --with cpu + pip install -r requirements.txt - name: Run CI run: | make lint |