Skip to content

Commit

Permalink
Fixing the execution of unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum committed Aug 9, 2023
1 parent 6d9d331 commit c609f72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.7' # Version range or exact version of a Python version to use, using semvers version range syntax.
python-version: '3.8' # Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install dependencies
run: |
Expand Down
7 changes: 0 additions & 7 deletions examples/testfiles/Noise.net

This file was deleted.

0 comments on commit c609f72

Please sign in to comment.