Skip to content

Commit

Permalink
Remove init Python
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Sep 25, 2024
1 parent 733680b commit 0c92f64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Should only restore the .venv directory from cache.
- name: Setup Python venv
uses: ./.github/actions/init-python
with:
cache-key: ci-${{ matrix.distro.name }}
setup: false

- name: Config Git safe dir
run: git config --global --add safe.directory $GITHUB_WORKSPACE

Expand Down

0 comments on commit 0c92f64

Please sign in to comment.