Skip to content

Commit

Permalink
chore: remove unused env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 10, 2024
1 parent 70d125f commit ab0be21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Build & Install Dependencies
run: |
export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install --break-system-packages --upgrade "conan>1.50.0, <2" "urllib3<1.27"
pip3 install --break-system-packages --upgrade "conan>1.50.0, <2" "urllib3<1.27"
conan install . --build
- name: Build Viriatum
run: |
Expand Down

0 comments on commit ab0be21

Please sign in to comment.