Skip to content

Commit

Permalink
Avoid using venv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vuilleumierc committed Oct 24, 2024
1 parent cb7670a commit 3bdc821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
patterns: pypi docker
if: env.HAS_SECRETS == 'HAS_SECRETS'

- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m venv /tmp/venv
- run: echo /tmp/venv/bin >> ${GITHUB_PATH}
- run: python3 -m pip install --requirement=ci/requirements.txt
name: Install CI requirements
- uses: actions/cache@v4
Expand Down

0 comments on commit 3bdc821

Please sign in to comment.