Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
majiidd committed Nov 8, 2024
1 parent 1f79fc6 commit b5aa57e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Cache Dependencies
uses: actions/cache@v3
id: cache-dependencies
with:
path: ./.venv
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('Pipfile') }}
cache: 'pipenv'

- name: Display Python version
run: python --version
Expand All @@ -46,8 +40,8 @@ jobs:
PIPENV_VENV_IN_PROJECT: "enabled"
PYTHONIOENCODING: "utf-8"
GIT_ASK_YESNO: "false"
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
echo '${{ steps.cp313.outputs.cache-hit }}'
pipenv install --dev --python=${{ env.P_PATH }}
- name: Run tests
Expand Down

0 comments on commit b5aa57e

Please sign in to comment.