Skip to content

Commit

Permalink
Update reproducibility-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Feb 5, 2024
1 parent 57f9b3f commit bddb88a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/reproducibility-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bddb88a

Please sign in to comment.