Skip to content

Commit

Permalink
3.10 as string
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Oct 24, 2024
1 parent 91ed3fa commit 86e1fe7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow_interface_101_mnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"

- name: Install Jupyter Lab Package
run: |
pip install jupyterlab
run: pip install jupyterlab

- name: Run Notebook
run: |
Expand Down

0 comments on commit 86e1fe7

Please sign in to comment.