Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielward27 authored Aug 25, 2023
1 parent 2047d2d commit 0ddfc31
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@ jobs:
with:
python-version: "3.11"

- name: Set up virtual environment
run: |
python -m venv venv
source venv/bin/activate
- name: Install dependencies
- name: Pytest
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Pytest
run: |
pytest

0 comments on commit 0ddfc31

Please sign in to comment.