Skip to content

Commit

Permalink
update build.yml for autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
lin committed Apr 8, 2024
1 parent 20f0127 commit 18b3e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Clone the repo
uses: actions/checkout@v4
with:
submodules: true
- name: Build the code
run: |
sudo apt install -y build-essential python-is-python3
Expand All @@ -14,4 +16,3 @@ jobs:
run: |
pip install pytest
pytest pyTestC.py || exit 1

0 comments on commit 18b3e84

Please sign in to comment.