Skip to content

Commit

Permalink
revert disabling venv cache πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jun 23, 2024
1 parent 7fb60ab commit 013822a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# FIXME: temporary
# cache: 'poetry'
cache: 'poetry'

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

0 comments on commit 013822a

Please sign in to comment.