Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 30, 2024
1 parent 0e24ee2 commit 4816de6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,16 @@ jobs:
python==${{ matrix.python-version }}
- name: run tests
- uses: streamlit/[email protected]
- name: Setup Conda Environment
uses: streamlit/[email protected]
with:
app-path: app.py
ruff: true

pytest-args: -v --junit-xml=test-results.xml
- if: always()
uses: pmeier/[email protected]
with:
path: test-results.xml
summary: true
display-options: fEX


0 comments on commit 4816de6

Please sign in to comment.