Skip to content

Commit 5bb352b

Browse files
committed
test
1 parent 8347018 commit 5bb352b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/github-actions-demo.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,11 @@ jobs:
1919
- name: Display Python version
2020
run: python -c "import sys; print(sys.version)"
2121

22-
- name: Install dependencies
22+
- name: Install dependencies and testing
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install poetry
26-
poetry install
27-
28-
- name: print pwd
29-
run: pwd
30-
31-
- name: print ls
32-
run: ls
33-
34-
- name: Testing
35-
run: |
26+
poetry install --with=dev
3627
PYTHONPATH=$(pwd)
3728
export PYTHONPATH
3829
python -m pip install pytest

0 commit comments

Comments
 (0)