Skip to content

Commit

Permalink
POC
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-fawad committed Jul 21, 2024
1 parent e15f287 commit a3d8861
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
cache: "pip"
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Restore cached .venv
uses: actions/cache/restore@v4
with:
key: venv
path: .venv
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a3d8861

Please sign in to comment.