Skip to content

Commit 99cea64

Browse files
committed
add automated unit testing
1 parent 021efb9 commit 99cea64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout
13+
uses: actions/checkout@v3.5.2
1414
- name: Set up Python 3.x
15-
uses: actions/setup-python
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: "3.10"
1818
- run: python -m pip install -r requirements/local.txt

0 commit comments

Comments
 (0)