Skip to content

Commit

Permalink
putting my workflows back
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Nov 14, 2024
1 parent a64eead commit e9de7ed
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 28 deletions.
18 changes: 0 additions & 18 deletions .github/Stash/clean_cache.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 4 additions & 10 deletions .github/workflows/validate_pull_request_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,10 @@ jobs:
path: ~/.cache/pypoetry
# key uses pyproject.toml hash, so it's unique to each version of pyproject.toml
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./orchestration/pyproject.toml') }}
# restore-keys: |
# ${{ runner.os }}-build-${{ env.cache-name }}-
# ${{ runner.os }}-build-
# ${{ runner.os }}-
# - name: Clear Poetry Artifacts (if necessary)
# run: |
# if [ -d ~/.cache/pypoetry/artifacts ]; then
# echo "Clearing Poetry artifacts..."
# rm -rf ~/.cache/pypoetry/artifacts
# fi
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install dependencies
run: poetry install
working-directory: ${{ github.workspace }}/orchestration
Expand Down
File renamed without changes.

0 comments on commit e9de7ed

Please sign in to comment.