Skip to content

Commit

Permalink
Fix: Fix rye installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 18, 2024
1 parent ce84225 commit 46dfe8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub-audio-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install rye
run: |
curl -sSf https://rye.astral.sh/get | bash
curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
- name: Cache packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion sub-audio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
ffmpeg curl

RUN curl -sSf https://rye.astral.sh/get | bash
RUN curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash

COPY sub-audio/pyproject.toml sub-audio/requirements.lock

Expand Down

0 comments on commit 46dfe8c

Please sign in to comment.