Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Trying to fix quarto publish gh action
  • Loading branch information
docsteveharris authored Sep 21, 2024
1 parent 13e1773 commit 3f0538e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
pip install -e "models[test]"
pip install -e "web[test]"
pip install -e "api[test]"
- name: Load example .env file
uses: xom9ikk/[email protected]
with:
path: ./
mode: example # should load .env.example
load-mode: strict # should fail if .env.example missing
# - name: Load example .env file
# uses: xom9ikk/[email protected]
# with:
# path: ./
# mode: example # should load .env.example
# load-mode: strict # should fail if .env.example missing

# - name: Test with pytest
# working-directory: ./
Expand Down

0 comments on commit 3f0538e

Please sign in to comment.