Skip to content

Commit

Permalink
remove poetry install from NatLang2Latex gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
polskiTran committed Mar 19, 2024
1 parent f2c30b4 commit 4298960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/NatLang2Latex_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
poetry install
- name: Test with pytest
run: |
coverage run -m pytest -v -s
Expand Down
2 changes: 1 addition & 1 deletion projects/NatLang2Latex/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# streamlit goes here

# changes to test github actions again
# changes to test github actions again again

0 comments on commit 4298960

Please sign in to comment.