Skip to content

Commit

Permalink
revert pull change
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-J-D committed Sep 24, 2023
1 parent 9e831ec commit 5c1c012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
push: origin newest-data --set-upstream --force
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5c1c012

Please sign in to comment.