We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8274d commit b48b2f6Copy full SHA for b48b2f6
.github/workflows/run_grid_world.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v4
21
with:
22
- python-version: '3.8' # or specify another compatible Python version
+ python-version: '3.8'
23
24
- name: Install dependencies
25
run: |
0 commit comments