Skip to content

Commit

Permalink
Debugging deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmatthews committed Oct 28, 2023
1 parent fc4da4e commit 03d40db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
steps:
- name: Install required libraries for the project
shell: bash -l {0}
run: |
echo "Using following Python environment:"
which pip
which python
pip install -r requirements.txt
pip install -e .
- uses: fastai/workflows/quarto-ghp@master

0 comments on commit 03d40db

Please sign in to comment.