Skip to content

Commit

Permalink
Merge branch 'drop-redundant-venv'
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 7, 2024
2 parents 56ccd4a + 1c5effd commit dfbc34b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Create virtualenv
run: python3 -m venv venv

- uses: actions/cache@v3
with:
path: venv/
key: ${{ runner.os }}-${{ matrix.python }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}

- name: Use virtualenv
run: source venv/bin/activate

- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt

Expand Down

0 comments on commit dfbc34b

Please sign in to comment.