diff --git a/.github/workflows/reproducibility-checker.yml b/.github/workflows/reproducibility-checker.yml index 7c8e2b9..cff121a 100644 --- a/.github/workflows/reproducibility-checker.yml +++ b/.github/workflows/reproducibility-checker.yml @@ -13,15 +13,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.10' # Replace '3.10' with your desired Python version - - - name: Install Dependencies - run: | - python -m pip install --upgrade pip - pip install -r conda/requirements.txt + - uses: ./.github/actions/setupconda - name: Run Python Script - run: python .github/workflows/reproducibility_checker.py + run: python ./.github/workflows/reproducibility_checker.py