Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: removed generate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Mar 30, 2023
1 parent 9249222 commit 4a9bf48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 136 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/run-generation-tests.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade build setuptools wheel setuptools-scm
pip install -r requirements.txt -r requirements-generate.txt -r requirements-dev.txt
pip install -r requirements.txt -r requirements-dev.txt
- name: "Test with pytest"
run: |
python -m pytest -s -v ${{ matrix.config.subtest_dir }} --ignore=tests/devcontainer/feature_generation
python -m pytest -s -v ${{ matrix.config.subtest_dir }}

This file was deleted.

0 comments on commit 4a9bf48

Please sign in to comment.