Skip to content

Commit

Permalink
CI: Test notebooks with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Nov 19, 2023
1 parent 2e40767 commit 66b7efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Set dependencies
id: dependencies
env:
DEPS_CONFIG: py310_pandas15_numpy124_sklearn13
DEPS_CONFIG: py311_pandas20_numpy124_sklearn13
run: |
source ci/deps/${DEPS_CONFIG}.sh
echo "CI_PYTHON_VERSION=${CI_PYTHON_VERSION}" >> $GITHUB_ENV
Expand Down

0 comments on commit 66b7efb

Please sign in to comment.