Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oeqqwq committed Jan 5, 2024
1 parent b2a72cf commit 0133c18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
name: "integration test"
command: |
set +e
source ~/miniconda3/bin/activate py3.8
declare -i test_status
Expand All @@ -106,6 +107,7 @@ jobs:
name: "accuracy test"
command: |
set +e
source ~/miniconda3/bin/activate py3.8
declare -i test_status
Expand Down

0 comments on commit 0133c18

Please sign in to comment.