This commit is contained in:
@@ -6,5 +6,12 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Echo test
|
- name: Test Python
|
||||||
run: echo "Hello World"
|
run: |
|
||||||
|
set -x
|
||||||
|
python3 --version
|
||||||
|
pip3 --version
|
||||||
|
- name: Install pytest
|
||||||
|
run: |
|
||||||
|
set -x
|
||||||
|
pip3 install pytest
|
||||||
Reference in New Issue
Block a user