Skip to content

Commit

Permalink
fix validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed Feb 1, 2024
1 parent fdd34ab commit 3ad68c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-workflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:

- name: Clone Repository
run: |
# as of 1.9, xai_pytorch still lives in the base xircuits installation
rm -rf ${{ env.COMPONENT_LIBRARY_PATH }}
git clone -b ${{ env.BRANCH_NAME }} https://github.com/${{ github.repository }} ${{ env.COMPONENT_LIBRARY_PATH }}
# as of 1.9, xai_pytorch still lives in the base xircuits installation
rm -rf ${{ env.COMPONENT_LIBRARY_PATH }}
git clone -b ${{ env.BRANCH_NAME }} https://github.com/${{ github.repository }} ${{ env.COMPONENT_LIBRARY_PATH }}
- name: Setup XAI SKLearn Components
run: |
# as of 1.9, xai_sklearn still lives in the base xircuits installation
rm -rf xai_sklearn
git clone https://github.com/XpressAI/xai-sklearn xai_components/xai_sklearn
# as of 1.9, xai_sklearn still lives in the base xircuits installation
rm -rf xai_components/xai_sklearn
git clone https://github.com/XpressAI/xai-sklearn xai_components/xai_sklearn
- name: Install Component Library
run: |
Expand Down

0 comments on commit 3ad68c7

Please sign in to comment.