Skip to content

Commit effdae9

Browse files
committed
Jeebus, take da wheeeeel....
1 parent 70e4357 commit effdae9

File tree

6 files changed

+11
-93
lines changed

6 files changed

+11
-93
lines changed

.github/workflows/uufsolver.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
source venv/bin/activate
2929
3030
- name: Install dependencies
31-
run: pip install -r requirements.txt
31+
run: |
32+
pip install --upgrade pip
33+
pip install -r requirements.txt
3234
3335
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
3436

SUPPORT.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

TEST_CASE_FLOWS.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
22

3-
name: sample-app-aoai-chatgpt
3+
name: uufsolver
44
metadata:
5-
template: sample-app-aoai-chatgpt@0.0.1-beta
5+
template: uufsolver@0.0.1-beta
66
services:
77
backend:
88
project: .

data/employee_handbook.pdf

-140 KB
Binary file not shown.

deploy.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env bash
22

3+
# Unpack the pre-built virtual environment
4+
tar -xzf venv.tar.gz
5+
6+
# Activate the virtual environment
7+
source venv/bin/activate
8+
39
# Check if python3 is available
410
if ! command -v python3 &> /dev/null
511
then

0 commit comments

Comments
 (0)