Skip to content

Commit

Permalink
Revert "clone first"
Browse files Browse the repository at this point in the history
This reverts commit 42e6a1e.
  • Loading branch information
Dooruk committed Jun 20, 2024
1 parent 42e6a1e commit 33a5ffc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:

steps:

# Clone the swell code
- name: Clone swell repo
uses: actions/checkout@v2
with:
lfs: true

# Setup Python
- name: Set up Python 3.10
uses: actions/setup-python@v2
Expand All @@ -41,6 +35,12 @@ jobs:
- name: Upgrade pip
run: $CONDA/bin/pip3 install --upgrade pip

# Clone the swell code
- name: Clone swell repo
uses: actions/checkout@v2
with:
lfs: true

# Install swell
- name: Install swell and dependencies
run: $CONDA/bin/pip3 install -v --no-cache-dir --use-deprecated=legacy-resolver -r requirements-github.txt --user .
Expand Down

0 comments on commit 33a5ffc

Please sign in to comment.