Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 30, 2024
1 parent 96d5421 commit d4f19c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 12 # Adjust Python version as needed
python-version: "3.12"

- name: Install package with pip
run: pip install -e .
Expand Down

0 comments on commit d4f19c9

Please sign in to comment.