File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ${{ matrix.os }}
1818 strategy :
1919 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']
2424 fail-fast : false
2525
2626 steps :
6666 run : |
6767 python -m pip uninstall mixin-python -y;python -m pip install ./dist/${{ steps.whlfile.outputs.value }}
6868 - name : Test
69+ working-directory : tests
6970 run : |
70- python3 -m mixin.main
71+ python3 -m pytest -s -x test_testnet.py -k test_hello
7172 - name : Release
7273 uses : softprops/action-gh-release@v1
7374 if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments