Skip to content

Commit 1f2ad55

Browse files
committed
Add dependencies.
1 parent 6da8cec commit 1f2ad55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23-
# - name: Install Dependencies
24-
# run: python -m pip install --upgrade pip
23+
- name: Install Dependencies
24+
run: python -m pip install --upgrade pip
2525

2626
- name: Run Tests
2727
run: python ouuid/test/unit.py

0 commit comments

Comments
 (0)