Skip to content

Commit

Permalink
Checkout action deletes files in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Oct 14, 2024
1 parent f3c516b commit ea78ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tiledb_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
python-version: "3.11"

- name: Checkout TileDB-Py
uses: actions/checkout@v4

- name: Download TileDB Core Artifact
uses: actions/download-artifact@v4
with:
Expand All @@ -69,9 +72,6 @@ jobs:
- name: Unpack Release Archive
run: tar xvf ${{ github.workspace }}/libtiledb/*.tar.gz --directory ${{ github.workspace }}/libtiledb

- name: Checkout TileDB-Py
uses: actions/checkout@v4

- name: "DBG: LIST"
run: ls -laR ${{ github.workspace }}/libtiledb

Expand Down

0 comments on commit ea78ddf

Please sign in to comment.