Skip to content

Commit

Permalink
Let's try this again
Browse files Browse the repository at this point in the history
  • Loading branch information
majazaloznik committed Jul 12, 2023
1 parent 39c3781 commit 59f7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source("renv/activate.R")
if (Sys.getenv("CI") == "true") {
if (Sys.getenv("CI") != "true") {
Sys.setenv(http_proxy="http://proxy.gov.si:80")
Sys.setenv(http_proxy_user="http://proxy.gov.si:80")
Sys.setenv(https_proxy="http://proxy.gov.si:80")
Expand Down

0 comments on commit 59f7c5a

Please sign in to comment.