Skip to content

Commit

Permalink
Worflow runs on Github and remove conda on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Jun 25, 2024
1 parent 4a7e5c4 commit c5bcc44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- run:
name: Black check
command: |
conda install -c conda-forge black -y
black --check .
workflows:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/train.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: GNS Train and Test

on:
workflow_run:
workflows: ["Build and Push to GHCR"]
types:
- completed
push:
pull_request:

Expand All @@ -23,7 +19,6 @@ jobs:
pytest test/
- name: Train GNS
if: github.event_name != 'workflow_run'
run: |
TMP_DIR="../gns-sample"
DATASET_NAME="WaterDropSample"
Expand Down

0 comments on commit c5bcc44

Please sign in to comment.