summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check-and-publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-and-publish.yml b/.github/workflows/check-and-publish.yml
index 1b97157..842f7c5 100644
--- a/.github/workflows/check-and-publish.yml
+++ b/.github/workflows/check-and-publish.yml
@@ -37,6 +37,7 @@ jobs:
CDSAPIRC: ${{ secrets.CDSAPIRC }}
run: |
+ from __future__ import print
import os
for n in ('CDSAPIRC',):
m = os.path.expanduser("~/." + n.lower())