Skip to content

Commit ad6d0e2

Browse files
committed
trying with new image
1 parent ee24544 commit ad6d0e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,16 @@ jobs:
2626

2727
- name: Set up Python environment
2828
run: |
29-
python -m venv venv
30-
source venv/bin/activate
29+
python -m pip install --upgrade pip
30+
python -m pip install .
3131
shell: bash -e {0}
3232

3333
- name: Install dependencies
3434
run: |
35-
source venv/bin/activate
3635
python -m pip install .
3736
shell: bash -e {0}
3837

3938
- name: Test with pytest
4039
run: |
41-
source venv/bin/activate
4240
python -m pytest -v
4341
shell: bash -e {0}

0 commit comments

Comments
 (0)