Skip to content

Commit

Permalink
Update run_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustGlowing committed Jan 17, 2024
1 parent 3da7b90 commit 7527011
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Run examlpes

on:
Expand All @@ -16,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: "3.10"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7527011

Please sign in to comment.