Skip to content

Commit

Permalink
chore(ci): always accept flake config
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
  • Loading branch information
aarnphm committed Jun 14, 2024
1 parent 5ccba02 commit 8079d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
username: paperspace
key: ${{ secrets.PAPERSPACE_SSH_KEY }}
port: ${{ secrets.PAPERSPACE_PORT }}
script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --refresh -- --head
script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --accept-flake-config --refresh -- --head
- name: shutdown machine
run: python tools/machines.py --delete ${{ steps.paperspace-machine.outputs.machineId }}
evergreen: # https://github.com/marketplace/actions/alls-green#why
Expand Down
4 changes: 2 additions & 2 deletions openllm-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ classifiers = [
]
dependencies = [
"bentoml[io]>=1.2.16",
"openllm-client>=0.5.7",
"openllm-core>=0.5.7",
"openllm-client>=0.5.6",
"openllm-core>=0.5.6",
"safetensors",
"vllm>=0.4.3",
"ghapi",
Expand Down

0 comments on commit 8079d4d

Please sign in to comment.