We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c6130 commit 545654cCopy full SHA for 545654c
.github/workflows/run-test.yml
@@ -7,5 +7,5 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: actions/setup-python@v2
9
- run: pip install bcrypt
10
- - run: test.py
+ - run: python test.py
11
- run: echo Done
0 commit comments