Skip to content

Commit

Permalink
fix notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jul 2, 2024
1 parent 0ab1cd5 commit cac00e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ env:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: "3.10"

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"

- name: List installed Python packages
run: python -m pip list
Expand Down

0 comments on commit cac00e8

Please sign in to comment.