Skip to content

Commit

Permalink
disable GHA cache again...
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jun 24, 2024
1 parent adf3c12 commit b852ef0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "poetry"
python-version: "3.12"
# FIXME:
# cache: 'poetry'

- name: Install binary dependencies
run: OSTYPE=$OSTYPE make install-deps
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
# FIXME:
# cache: 'poetry'

- name: Install binary dependencies
run: OSTYPE=$OSTYPE make install-deps
Expand Down

0 comments on commit b852ef0

Please sign in to comment.