Skip to content

Commit

Permalink
advance
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Dec 10, 2024
1 parent 0288d5e commit f06f308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: cache-id
with:
path: /
key: ${{ runner.os }}-cache-all-key-v1.0
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
# TODO: find a quicker method. Currently the download is fast but the installation is slow
# In total, it takes 5min
Expand Down

0 comments on commit f06f308

Please sign in to comment.