Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/dataesr/open-crawler into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandalei97 committed Nov 16, 2023
2 parents 776aebf + c3cad38 commit 308e63a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11

- name : Install Packages
run : pip install -r requirements.txt

Expand Down

0 comments on commit 308e63a

Please sign in to comment.