We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a0ac2 commit 6f5e089Copy full SHA for 6f5e089
1 file changed
.github/workflows/install_requirements.yml
@@ -39,8 +39,8 @@
39
run: ls
40
- name: Set up Python
41
uses: actions/setup-python@v4
42
-# with:
43
-# python-version: '3.8'
+ with:
+ python-version: '3.8'
44
- name: Test two minus one third
45
run: cd examples && python3 install_requirements.py
46
- name: Test two
0 commit comments