Skip to content

Commit

Permalink
Updated Python version of Function-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konegen committed Nov 7, 2024
1 parent f70e8f5 commit f9652ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Function-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Function test
name: Function Test

on:
push:
Expand All @@ -14,13 +14,14 @@ jobs:
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.10
python-version: '3.10'
auto-activate-base: false
activate-environment: myenv
- name: Install dependencies
use-mamba: true
- name: Install Dependencies
run: |
conda install -y pip
pip install -r requirements.txt
- name: Run pruning function test script
- name: Run Pruning Function Test Script
run: |
python src/test/pruning_function_test.py

0 comments on commit f9652ec

Please sign in to comment.