Skip to content

Commit

Permalink
'Workflows'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Oct 8, 2021
1 parent b71dcad commit 5958fed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GemGIS CI Conda Requirements
name: GemPy CI Conda Requirements

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_pip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GemGIS CI Conda Pip Requirements
name: GemPy CI Conda Pip Requirements

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing_pip_requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GemGIS CI Pip Requirements
name: GemPy CI Pip Requirements

on:
push:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
conda list numpy
- name: Install dependencies
run: |
pip install -r requirements_optional.txt
pip install -r requirements.txt
- name: Run tests with pytest
run: |
pytest

0 comments on commit 5958fed

Please sign in to comment.