Skip to content

Commit

Permalink
se cachean las dependencias de poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
anelioalvarez committed Nov 8, 2023
1 parent 2dfeb94 commit dcadcd1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/testing-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Install and caching poetry dependencies
run: pipx install poetry

- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "poetry"
- run: poetry install

- name: Test Game module
run: |
Expand Down

0 comments on commit dcadcd1

Please sign in to comment.