Skip to content

Commit

Permalink
now downloading python
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Jul 8, 2024
1 parent 5a85c6a commit fe48706
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unittest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Run a script
run: python scripts/run_unittests.py

0 comments on commit fe48706

Please sign in to comment.