Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 8, 2024
1 parent 92e112b commit a2f0975
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 278 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main, v1]
schedule:
- cron: "0 5 * * 1" # every monday at 05:00 UTC
- cron: "0 4 * * 1" # every monday at 04:00 UTC
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install OSMnx
run: |
python -m pip install -e .
python -m pip check
micromamba list
python -m pip show osmnx
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/publish-docker.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/publish-pypi.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/test-build.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/test-latest.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/test-minimal.yml

This file was deleted.

31 changes: 0 additions & 31 deletions environments/tests/env-test-minimal.yml

This file was deleted.

6 changes: 0 additions & 6 deletions environments/tests/requirements-test-build.txt

This file was deleted.

26 changes: 0 additions & 26 deletions environments/tests/requirements-test-latest.txt

This file was deleted.

0 comments on commit a2f0975

Please sign in to comment.