Skip to content

Commit

Permalink
force
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jun 27, 2019
1 parent da55dbd commit a779643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- cmd: "if \"%PY%\" == \"37-x64\" (move dist\\asammdfgui.exe dist\\asammdfgui_%PY%.exe)"
- cmd: "if \"%PY%\" == \"37-x64\" (%PYTHON%\\Scripts\\pyinstaller asammdf_noconsole.spec)"
- cmd: "if \"%PY%\" == \"37-x64\" (move dist\\asammdfgui.exe dist\\asammdfgui_%PY%_noconsole.exe)"
- sh: "sudo apt-get --yes update"
- sh: "sudo apt-get --yes --force-yes update"
- sh: "sudo apt-get --yes install python3-dev python3-pip python3-setuptools"
- sh: "python3 -m pip install --upgrade pip --user"
- sh: "python3 -m pip install --upgrade setuptools --user"
Expand Down

0 comments on commit a779643

Please sign in to comment.