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 f9652ec commit 7c280c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/Function-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Function Test
name: Funktionstest

on:
push:
Expand All @@ -11,17 +11,15 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
- name: Setze Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
auto-activate-base: false
activate-environment: myenv
use-mamba: true
- name: Install Dependencies
architecture: x64
- name: Installiere Abhängigkeiten
run: |
conda install -y pip
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Pruning Function Test Script
- name: Führe Pruning-Funktionstest aus
run: |
python src/test/pruning_function_test.py
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# tensorflow-gpu==2.10.*
tensorflow==2.10.*
tensorflow-gpu==2.10.*
scikit-learn==1.5.2

0 comments on commit 7c280c4

Please sign in to comment.