From 0c89f2c221a358b049a67d6f13a026d056c8fee6 Mon Sep 17 00:00:00 2001 From: Martim Passos <49573683+martimpassos@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:41:53 -0300 Subject: [PATCH] Install requests-oauthlib --- .github/workflows/update-no-docker.yaml | 44 ++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/update-no-docker.yaml b/.github/workflows/update-no-docker.yaml index 027cb06e..76505657 100644 --- a/.github/workflows/update-no-docker.yaml +++ b/.github/workflows/update-no-docker.yaml @@ -23,30 +23,30 @@ jobs: with: submodules: true - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: "18" + # - name: Setup Node.js + # uses: actions/setup-node@v2 + # with: + # node-version: "18" - - name: Install dependencies - run: npm install + # - name: Install dependencies + # run: npm install - - name: Fetch JSTOR data - run: node imaginerio-etl/utils/fetchData.js - env: - JSTOR_USER: ${{ secrets.JSTOR_USER }} - JSTOR_PASSWORD: ${{ secrets.JSTOR_PASSWORD }} - JSTOR_PROJECT: ${{ secrets.JSTOR_PROJECT }} + # - name: Fetch JSTOR data + # run: node imaginerio-etl/utils/fetchData.js + # env: + # JSTOR_USER: ${{ secrets.JSTOR_USER }} + # JSTOR_PASSWORD: ${{ secrets.JSTOR_PASSWORD }} + # JSTOR_PROJECT: ${{ secrets.JSTOR_PROJECT }} - - name: Compare data - run: | - pip install pandas xlrd openpyxl - python3 imaginerio-etl/utils/compare_data.py - if [ -f "data/input/items_to_process.xls" ]; then - echo "::set-output name=file_created::true" - else - echo "::set-output name=file_created::false" - fi + # - name: Compare data + # run: | + # pip install pandas xlrd openpyxl + # python3 imaginerio-etl/utils/compare_data.py + # if [ -f "data/input/items_to_process.xls" ]; then + # echo "::set-output name=file_created::true" + # else + # echo "::set-output name=file_created::false" + # fi - name: Check for KML files id: check_kml_files @@ -58,7 +58,7 @@ jobs: sudo apt-get update sudo apt-get install -y gcc heimdal-dev pip install arcgis --no-deps - pip install turfpy lxml geojson cachetools requests + pip install turfpy lxml geojson cachetools requests requests-oauthlib python3 -m imaginerio-etl.scripts.viewcones - name: Install libvips