Skip to content

Commit

Permalink
Revert dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 12, 2024
1 parent 3eb0c4c commit dac61ab
Show file tree
Hide file tree
Showing 3 changed files with 807 additions and 859 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install libmagic on macOS
if: runner.os == 'macOS'
run: brew install libmagic

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
Expand Down Expand Up @@ -49,7 +45,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
Loading

0 comments on commit dac61ab

Please sign in to comment.