Skip to content

Commit

Permalink
import future
Browse files Browse the repository at this point in the history
Getting `module not found` error with __future__, so adding it as a direct import to see if that fixes the error.

Also adding more specificity to the echo in the .yml file
  • Loading branch information
nataliejschultz committed Jun 17, 2024
1 parent ced8b95 commit f701482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-overpass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
env:
OVERPASS_KEY: '${{ secrets.OVERPASS_API }}'
run: |
echo Testing!
echo Testing overpass!
chmod +x emission/individual_tests/setup_overpass_tests.sh
./emission/individual_tests/setup_overpass_tests.sh
1 change: 1 addition & 0 deletions bin/deploy/push_conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import __future__
from __future__ import unicode_literals
from __future__ import print_function
from __future__ import division
Expand Down

0 comments on commit f701482

Please sign in to comment.