Skip to content

Commit

Permalink
Last attempt using an envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Jul 16, 2024
1 parent 320402d commit c55cfa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
- name: Using a different Python
run: |
setx TEST_PYTHON_VERSION 3.10
${{ steps.matrixpy.outputs.python-path }} bin/fades -v --python=${{ steps.otherpy.outputs.python-path }} -d pytest -x pytest -v tests/integtest.py
TEST_PYTHON_VERSION=3.10 ${{ steps.matrixpy.outputs.python-path }} bin/fades -v --python=${{ steps.otherpy.outputs.python-path }} -d pytest -x pytest -v tests/integtest.py
native-generic:
strategy:
Expand Down
3 changes: 0 additions & 3 deletions bin/fades
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ if os.path.basename(parent_dir).startswith('fades'):

from fades import main, FadesError # noqa (imports after fixing the path, not at the top)

# DEBUG!
print("=================== TPV", os.environ.get("TEST_PYTHON_VERSION"))

try:
rc = main.go()
except FadesError:
Expand Down

0 comments on commit c55cfa6

Please sign in to comment.