From 5c1c01217fed5b75226c1b1dcca8888125ba461f Mon Sep 17 00:00:00 2001 From: Erik Derohanian Date: Sun, 24 Sep 2023 15:22:17 -0400 Subject: [PATCH] revert pull change --- .github/workflows/build-data.yml | 7 +++---- Makefile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-data.yml b/.github/workflows/build-data.yml index fea78f4f0..5eef75944 100644 --- a/.github/workflows/build-data.yml +++ b/.github/workflows/build-data.yml @@ -18,10 +18,10 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} # checkout the repository content - name: Install chrome dependencies - run: | + run: | sudo apt-get update sudo apt-get install -y chromium-browser - + - name: setup python uses: actions/setup-python@v4 with: @@ -53,5 +53,4 @@ jobs: # Whether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (see the paragraph below for more info) # Default: true - pull: origin --rebase --autostash - push: origin newest-data --set-upstream \ No newline at end of file + push: origin newest-data --set-upstream --force diff --git a/Makefile b/Makefile index 3e38afdc4..4eb9a55d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ setup: ## Install packages via pipenv pipenv install -open: ## Run the data scraping script +run: ## Run the data scraping script pipenv run python script.py help: