Skip to content

Commit

Permalink
possibly fix deploy (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascampos authored Mar 20, 2024
1 parent 154b8b1 commit 7e444f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Set up Node ${{ matrix.node-version }}.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 7e444f9

Please sign in to comment.