Skip to content

Commit

Permalink
#116 migrate Travis and Dockerhub builds to GH Workflows - step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 27, 2024
1 parent d400c6f commit 0b5d3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
matrix:
include:
- python-version: '3.10'
# env:
# PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml"
env:
REQUIREMENTS_FILE: "$(pwd)/requirements-unversioned.txt"

steps:
# - name: Clear up GitHub runner diskspace
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Stetl 📦
run: |
pip install --upgrade pip
export REQUIREMENTS_FILE=requirements-unversioned.txt && sudo python3 setup.py install
sudo python3 setup.py install
- name: run unit tests ⚙️
run: |
nose2 -v
Expand Down

0 comments on commit 0b5d3ea

Please sign in to comment.