File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 curl -sSL ${{ env.POETRY_URL }} | python - --version ${{ env.POETRY_VERSION }}
4646 echo "$HOME/.local/bin" >> $GITHUB_PATH
4747 - name : Install project
48- run : make install
48+ run : make install-extra
4949 - name : Run linter
5050 run : make lint
5151 # - name: Run tests
Original file line number Diff line number Diff line change 4141 curl -sSL ${{ env.POETRY_URL }} | python - --version ${{ env.POETRY_VERSION }}
4242 echo "$HOME/.local/bin" >> $GITHUB_PATH
4343 - name : Install project
44- run : make install
44+ run : make install-extra
4545 - name : Run linter
4646 run : make lint
4747 - name : Run tests
Original file line number Diff line number Diff line change 5353 curl -sSL ${{ env.POETRY_URL }} | python - --version ${{ env.POETRY_VERSION }}
5454 echo "$HOME/.local/bin" >> $GITHUB_PATH
5555 - name : Install project
56- run : make install
56+ run : make install-extra
5757 - name : Run linter
5858 run : make lint
Original file line number Diff line number Diff line change 4949 curl -sSL ${{ env.POETRY_URL }} | python - --version ${{ env.POETRY_VERSION }}
5050 echo "$HOME/.local/bin" >> $GITHUB_PATH
5151 - name : Install project
52- run : make install
52+ run : make install-extra
5353 - name : Run linter
5454 run : make lint
5555 - name : Run tests
Original file line number Diff line number Diff line change 5858 curl -sSL ${{ env.POETRY_URL }} | python - --version ${{ env.POETRY_VERSION }}
5959 echo "$HOME/.local/bin" >> $GITHUB_PATH
6060 - name : Install project
61- run : make install
61+ run : make install-extra
6262 - name : Build and publish to PyPI
6363 env :
6464 TWINE_USERNAME : __token__
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " testzeus-hercules"
3- version = " 0.0.8 "
3+ version = " 0.0.9 "
44description = " Hercules: The World's First Open-Source AI Agent for End-to-End Testing"
55authors = [" Shriyansh Agnihotri <shriyansh@testzeus.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments