fix evals #20

Merged
ahuston-0 merged 1 commits from feature/hydra-eval into main 2025-03-03 11:32:30 -05:00
Showing only changes of commit c2dfd86e59 - Show all commits

View File

@ -28,13 +28,13 @@ jobs:
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Calculate pre-drv
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff --keep-hydra .
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --keep-hydra .
# - name: Pull latest docker images
# run: nix ./utils/fetch-docker.sh
- name: Update flake.lock (part 1)
run: nix flake update
- name: Calculate post-drv
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff --keep-hydra .
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --keep-hydra .
# - name: Calculate diff
# run: nix ./utils/diff-evals.sh
# - name: Read diff into environment