Skip to content

Commit

Permalink
chore: fixed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojlvenom committed Nov 21, 2024
1 parent 92d6c41 commit a9cfff2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.12

- name: Create virtual environment
run: |
Expand All @@ -35,4 +35,7 @@ jobs:
echo "Contents of site-packages: $(ls -l venv/lib/python*/site-packages)"
- name: Run tests
run: python test.py
env:
PYTHONUNBUFFERED: '1'
run: |
exit $?(python test.py)

0 comments on commit a9cfff2

Please sign in to comment.