Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to install OS dependencies for …
Browse files Browse the repository at this point in the history
…snok/install-poetry
  • Loading branch information
mnbf9rca authored Jul 9, 2024
1 parent 2983c33 commit 99f99b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: ${{ matrix.python-version }}
# - name: Install OS dependencies
# run: |
# DEBIAN_FRONTEND=noninteractive apt update
# DEBIAN_FRONTEND=noninteractive apt install curl sqlite3 -y
- name: Install OS dependencies for snok/install-poetry
run: |
DEBIAN_FRONTEND=noninteractive apt update
DEBIAN_FRONTEND=noninteractive apt install curl sqlite3 -y
- uses: snok/install-poetry@93ada01c735cc8a383ce0ce2ae205a21c415379b # v1
with:
version: 1.8.3 # pin the version as they keep changing their APIs
Expand Down

0 comments on commit 99f99b6

Please sign in to comment.