Skip to content

Commit

Permalink
remove data
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Apr 18, 2024
1 parent fa9b4f8 commit 9f02c2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 100,006 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
miniforge-variant: Mambaforge

- name: Prepare path
run: mkdir "data/"
run: mkdir -p "data/"

- name: Run Rabbitmq container
run: docker run --name rabbitmq -d --rm -p 5672:5672 rabbitmq
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

/data
Loading

0 comments on commit 9f02c2c

Please sign in to comment.