File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
strategy :
19
19
matrix :
20
- # python-version: [3.7, 3.8, 3.9]
21
- # os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
22
- python-version : [3.9]
23
- os : ['windows-latest']
20
+ python-version : [3.7, 3.8, 3.9]
21
+ os : ['windows-latest', 'ubuntu-latest', 'macos-latest']
22
+ # python-version: [3.9]
23
+ # os: ['windows-latest']
24
24
fail-fast : false
25
25
26
26
steps :
66
66
run : |
67
67
python -m pip uninstall mixin-python -y;python -m pip install ./dist/${{ steps.whlfile.outputs.value }}
68
68
- name : Test
69
+ working-directory : tests
69
70
run : |
70
- python3 -m mixin.main
71
+ python3 -m pytest -s -x test_testnet.py -k test_hello
71
72
- name : Release
72
73
uses : softprops/action-gh-release@v1
73
74
if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments