Skip to content

Commit

Permalink
trying to use Nose 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-taylor committed Jun 5, 2024
1 parent 0a96723 commit de02742
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs: # This workflow contains a single
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
node-version: 20.x
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'

node-version: 20.x
# Install
- name: Install dependencies
run: |
Expand Down Expand Up @@ -75,9 +77,12 @@ jobs: # This workflow contains a single
with:
name: ISLP_docs
path: .
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
- uses: actions/configure-pages@v4
with:
node-version: 20.x
- uses: actions/upload-pages-artifact@v3
with:
node-version: 20.x
path: .
- id: deployment
uses: actions/deploy-pages@main

0 comments on commit de02742

Please sign in to comment.