mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-07 19:18:30 +03:00
migrate gh artifact actions to v4 (#20)
* migrate gh artifact actions to v4 from migration guide no breaking changes apply here. * updates pipfile.lock dependency versions * updates CI due to pytest issue see https://github.com/scipy/scipy/issues/22236 * bump to python 3.12 * revert to py3.10
This commit is contained in:
committed by
GitHub
parent
de4d4689b9
commit
e9b7680263
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -44,11 +44,11 @@ jobs:
|
||||
- python: "3.10"
|
||||
task:
|
||||
name: "Test"
|
||||
run: pytest --exitfirst --failed-first
|
||||
- python: "3.7"
|
||||
run: pytest --exitfirst --failed-first --assert=plain
|
||||
- python: "3.8"
|
||||
task:
|
||||
name: "Test (3.7)"
|
||||
run: pytest --exitfirst --failed-first
|
||||
name: "Test (3.8)"
|
||||
run: pytest --exitfirst --failed-first --assert=plain
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Upload package distribution files
|
||||
if: matrix.task.name == 'Build'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: package
|
||||
path: dist
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Download package distribution files
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: package
|
||||
path: dist
|
||||
|
||||
2904
Pipfile.lock
generated
2904
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user