Skip to content

Commit

Permalink
fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed May 31, 2024
1 parent ebc15f0 commit 089914a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3,290 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python-version: ["3.11"]

steps:
- name: checkout code
uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down Expand Up @@ -66,8 +68,6 @@ jobs:
npm i
npm link
working-directory: refl1d/refl1d/webview/client
- name: checkout code
uses: actions/checkout@v4
- name: npm initialize self
run: |
npm i
Expand Down
Loading

0 comments on commit 089914a

Please sign in to comment.