File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ ENV VIRTUAL_ENV=/usr/local
99ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
1010RUN /install.sh && rm /install.sh
1111
12+ ENV PATH="/root/.local/bin/:$PATH"
13+
1214# pyright requires Node
1315RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash \
1416 && . $HOME/.bashrc \
@@ -17,4 +19,4 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
1719
1820COPY . .
1921
20- RUN /root/.cargo/bin/ uv pip install --no-cache -e . --system
22+ RUN uv pip install --no-cache -e . --system
Original file line number Diff line number Diff line change 8888 - name : Regenerate static catalog on server
8989 run : |
9090 curl --silent --show-error -H "X-FERRY-SECRET: ${{secrets.FERRY_SECRET}}" https://api.coursetable.com/api/catalog/refresh
91- curl --silent --show-error -H "X-FERRY-SECRET: ${{secrets.FERRY_SECRET}}" https://api-staging.coursetable.com/api/catalog/refresh
91+ curl --silent --show-error -H "X-FERRY-SECRET: ${{secrets.FERRY_SECRET}}" https://api-staging.coursetable.com/api/catalog/refresh
You can’t perform that action at this time.
0 commit comments