Skip to content

Commit 48a0ac2

Browse files
authored
Update install_requirements.yml
1 parent 333ec9a commit 48a0ac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/install_requirements.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
run: ls
4040
- name: Set up Python
4141
uses: actions/setup-python@v4
42+
# with:
43+
# python-version: '3.8'
4244
- name: Test two minus one third
43-
run: cd examples && python install_requirements.py
45+
run: cd examples && python3 install_requirements.py
4446
- name: Test two
4547
run: echo "Hello from here too!!!"
4648
- name: Test three

0 commit comments

Comments
 (0)