Skip to content

Commit

Permalink
Re-enable Python 3.7 as PDM fixed the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Oct 5, 2022
1 parent 6164dca commit 34fdfa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ environment:
job_depends_on: build_flet_package
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu

# - job_name: Test Python 3.7
# job_group: python_tests
# job_depends_on: build_flet
# python_stack: python 3.7
# APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
- job_name: Test Python 3.7
job_group: python_tests
job_depends_on: build_flet
python_stack: python 3.7
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu

- job_name: Test Python 3.8
job_group: python_tests
Expand Down Expand Up @@ -229,7 +229,7 @@ for:
build_script:
- cd client
- if [[ "$APPVEYOR_REPO_TAG_NAME" =~ ([0-9\.]+) ]]; then export FLET_VER="${BASH_REMATCH[1]}"; else export FLET_VER="$APPVEYOR_BUILD_VERSION"; fi
- flutter build linux --build-name=$FLET_VER
- flutter build linux --build-name=$FLET_VER
- mv build/linux/x64/release/bundle build/linux/x64/release/flet
- tar -czvf flet-linux-amd64.tar.gz -C build/linux/x64/release flet

Expand Down

0 comments on commit 34fdfa2

Please sign in to comment.