Skip to content

Commit

Permalink
Merge pull request #22 from M-HRL/exercise/exercise-3
Browse files Browse the repository at this point in the history
remove caching from ex feedback
  • Loading branch information
M-HRL authored Dec 6, 2023
2 parents 7a05725 + 837e13e commit 7090784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/exercise-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: "npm"

# Install jayvee
- name: Set up Jayvee
Expand All @@ -38,7 +37,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
cache: "pip" # caching pip dependencies

# Run exercise feedback
- name: Exercise feedback
Expand Down

0 comments on commit 7090784

Please sign in to comment.