Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
update to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Apr 20, 2020
1 parent 77be0fa commit b7028e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scrapeall.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Get latest cascs
name: Update organisations file

on:
push:
Expand All @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b7028e4

Please sign in to comment.